application.properties 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  2. spring.datasource.url=jdbc:mysql://localhost:3306/taotao?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC
  3. spring.datasource.username=root
  4. spring.datasource.password=88709487Lh
  5. server.port=8082
  6. # ָ��mapper��xml�ļ�λ��
  7. mybatis.mapper-locations=classpath*:/mapper/*Mapper.xml
  8. # Ӧ�ó�������֣������Լ����塣��Ҫ��Ϊ����ע��������һ����ʶ������ע����������һ��Ӧ�����ṩ����
  9. spring.application.name=taotao-manager-web
  10. #ע�����ĵ�ַ
  11. dubbo.registry.address=zookeeper://192.168.37.161:2181
  12. #�˿ںſ���д��address�У�Ҳ���Ե���д��ʵ���Ǵ�address�л�ȡ��port��null���������õ�port������null
  13. #dubbo.registry.port=2181
  14. #ָ��dubboʹ�õ�Э�顢�˿�
  15. dubbo.protocol.name=dubbo
  16. dubbo.protocol.port=20880
  17. #ָ��ע�ᵽzk�ϳ�ʱʱ�䣬ms 10����û��ע�����ע�����ģ��ͻ��׳���ʱ���쳣��
  18. dubbo.registry.timeout=10000
  19. # ��Դ��ǰ׺�ͺ�׺
  20. spring.mvc.view.prefix=/WEB-INF/views/
  21. spring.mvc.view.suffix=.jsp
  22. spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration