|
@@ -5,17 +5,17 @@ server:
|
|
|
|
|
|
spring:
|
|
spring:
|
|
datasource:
|
|
datasource:
|
|
- url: jdbc:log4jdbc:mysql://192.168.33.20:3306/shine_star?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
|
- username: root
|
|
|
|
- password: jpsoft2016
|
|
|
|
|
|
+# url: jdbc:log4jdbc:mysql://192.168.33.20:3306/shine_star?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
|
+# username: root
|
|
|
|
+# password: jpsoft2016
|
|
#测试环境下
|
|
#测试环境下
|
|
#url: jdbc:log4jdbc:mysql://47.92.161.104:3336/jp_.shinestar._2.0?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
#url: jdbc:log4jdbc:mysql://47.92.161.104:3336/jp_.shinestar._2.0?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
#username: root
|
|
#username: root
|
|
#password: jpsoft8121234
|
|
#password: jpsoft8121234
|
|
#正式环境下
|
|
#正式环境下
|
|
-# url: jdbc:log4jdbc:mysql://223.75.170.44:3366/shine_star?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
|
-# username: root
|
|
|
|
-# password: jpsoft8121234
|
|
|
|
|
|
+ url: jdbc:log4jdbc:mysql://223.75.170.44:3366/shine_star?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
|
+ username: root
|
|
|
|
+ password: jpsoft8121234
|
|
devtools:
|
|
devtools:
|
|
add-properties: false
|
|
add-properties: false
|
|
restart:
|
|
restart:
|