|
|
@@ -95,3 +95,19 @@ spring:
|
|
|
username: microball
|
|
|
password: 2wsx@WSX#EDC
|
|
|
|
|
|
+---
|
|
|
+spring:
|
|
|
+ profiles: prod1
|
|
|
+ datasource:
|
|
|
+ url: jdbc:mysql://10.5.23.173/jmrh?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8
|
|
|
+ username: root
|
|
|
+ password: 8mGb6*wBMs$#3Hak
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+spring:
|
|
|
+ profiles: prod2
|
|
|
+ datasource:
|
|
|
+ url: jdbc:mysql://10.5.23.169/jmrh?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8
|
|
|
+ username: root
|
|
|
+ password: 8mGb6*wBMs$#3Hak
|