spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/taotao spring.datasource.username=root spring.datasource.password=333 # ָ��mapper��xml�ļ�λ�� mybatis.mapper-locations=classpath*:mapper/*Mapper.xml server.port=8888 ############���duboo����########### # Ӧ�ó�������֣������Լ����塣��Ҫ��Ϊ����ע��������һ����ʶ������ע����������һ��Ӧ�����ṩ���� spring.application.name=taotao-manager-service #ע�����ĵ�ַ 2181�˿���Ҫ�������ߺ�ע������ͨѶ�Ķ˿� dubbo.registry.address=zookeeper://192.168.37.161:2181 #�˿ںſ���д��address�У�Ҳ���Ե���д��ʵ���Ǵ�address�л�ȡ��port��null���������õ�port������null #dubbo.registry.port=2181 #ָ��dubboʹ�õ�Э�顢�˿� # �����ߺ�������֮��Ի���Э��Ͷ˿ڣ��ñ�����web���õ�Э����httpЭ�飬�˿�Ĭ����80�˿� dubbo.protocol.name=dubbo dubbo.protocol.port=20880 #ָ��ע�ᵽzk�ϳ�ʱʱ�䣬ms 10����û��ע�����ע�����ģ��ͻ��׳���ʱ���쳣�� dubbo.registry.timeout=10000 dubbo.scan.base-packages=com.itheima.service #����activemq spring.activemq.broker-url=tcp://192.168.37.161:61616 #spring.activemq.user=admin #spring.activemq.password=admin spring.jms.pub-sub-domain=false