|
@@ -7,9 +7,9 @@ spring:
|
|
|
datasource:
|
|
|
|
|
|
#开发环境
|
|
|
- url: jdbc:log4jdbc:mysql://192.168.33.20:3306/smart-bus?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
- username: root
|
|
|
- password: jpsoft2016
|
|
|
+# url: jdbc:log4jdbc:mysql://192.168.33.20:3306/smart-bus?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
+# username: root
|
|
|
+# password: jpsoft2016
|
|
|
|
|
|
#测试环境
|
|
|
# url: jdbc:log4jdbc:mysql://47.92.161.104:3336/smart-bus?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
@@ -17,16 +17,16 @@ spring:
|
|
|
# password: jpsoft8121234
|
|
|
|
|
|
#正式环境
|
|
|
-# url: jdbc:log4jdbc:mysql://121.37.187.149:8100/smart-bus?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
-# username: root
|
|
|
-# password: jpsoft8121234
|
|
|
+ url: jdbc:log4jdbc:mysql://121.37.187.149:8100/smart-bus?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
+ username: root
|
|
|
+ password: jpsoft8121234
|
|
|
|
|
|
devtools:
|
|
|
add-properties: false
|
|
|
restart:
|
|
|
enabled: true
|
|
|
rabbitmq:
|
|
|
- host: 192.168.33.20
|
|
|
+ host: 119.36.146.59
|
|
|
virtual-host: tomatozq
|
|
|
|
|
|
logger:
|