|
@@ -5,13 +5,12 @@ server:
|
|
|
|
|
|
spring:
|
|
|
datasource:
|
|
|
- url: jdbc:log4jdbc:mysql://127.0.0.1:3306/smart-community?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
- username: root
|
|
|
- password: slgo^Root_!Q@W#E)P(O*I
|
|
|
- # datasource:
|
|
|
- # url: jdbc:log4jdbc:mysql://hbjpsoft.mysql.rds.aliyuncs.com:3306/smart?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
- # username: smart
|
|
|
- # password: smart_123
|
|
|
+# url: jdbc:log4jdbc:mysql://127.0.0.1:3306/smart-community?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
+# username: root
|
|
|
+# password: slgo^Root_!Q@W#E)P(O*I
|
|
|
+ url: jdbc:log4jdbc:mysql://rm-bp1k37vutg1096q45do.mysql.rds.aliyuncs.com:3306/smart?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
+ username: smart
|
|
|
+ password: smart_123
|
|
|
devtools:
|
|
|
restart:
|
|
|
enabled: true
|