Commit 5c7e903df54f327fe8ccfcdbc3245a8d4d3bfca4

Authored by 周伟鹏
1 parent 0cd82d40

测试环境分支

src/main/resources/application.properties
1   -#spring.datasource.url=jdbc:mysql://120.92.102.31:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
2   -#spring.datasource.username=root
3   -#spring.datasource.password=M345sdfss4!
4   -spring.datasource.url=jdbc:mysql://10.137.192.2:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
5   -spring.datasource.username=admin
6   -spring.datasource.password=Sre#45iU7kJ
  1 +spring.datasource.url=jdbc:mysql://120.92.102.31:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
  2 +spring.datasource.username=root
  3 +spring.datasource.password=M345sdfss4!
  4 +#spring.datasource.url=jdbc:mysql://10.137.192.2:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
  5 +#spring.datasource.username=admin
  6 +#spring.datasource.password=Sre#45iU7kJ
7 7 spring.datasource.driver-class-name=com.mysql.jdbc.Driver
8 8  
9 9 spring.jpa.properties.hibernate.hbm2ddl.auto=update
... ... @@ -23,7 +23,7 @@ spring.thymeleaf.cache=false
23 23  
24 24 mybatis.mapper-locations=classpath:mapping/*.xml
25 25 mybatis.type-aliases-package=com.cnlive.shenhe.entity
26   -server.port=80
  26 +server.port=82
27 27  
28 28 sync_users_api=http://api.cnlive.com/open/api2/inner2/shenhe/getuser
29 29 sync_users_app_key=314a9dd4-a9b7-4c12-bbbe-1150a36491ae
... ...