|
@@ -21,7 +21,7 @@ spring:
|
21
|
21
|
max-request-size: 1000MB
|
22
|
22
|
#环境 dev|test|prod
|
23
|
23
|
profiles:
|
24
|
|
- active: prod
|
|
24
|
+ active: dev
|
25
|
25
|
messages:
|
26
|
26
|
encoding: UTF-8
|
27
|
27
|
basename: i18n/messages_common
|
|
@@ -45,9 +45,12 @@ spring:
|
45
|
45
|
druid:
|
46
|
46
|
#MySQL
|
47
|
47
|
driver-class-name: com.mysql.jdbc.Driver
|
48
|
|
- url: jdbc:mysql://119.3.5.90:3306/jqh_srm_9001?useUnicode=true&characterEncoding=utf-8&useSSL=true&allowMultiQueries=true
|
|
48
|
+# url: jdbc:mysql://172.16.0.48:3306/jqh_srm_9000?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
|
|
49
|
+# username: root
|
|
50
|
+# password: jqh_srm_2022
|
|
51
|
+ url: jdbc:mysql://172.16.0.71:3306/jqh_srm_9001?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=GMT%2B8
|
49
|
52
|
username: root
|
50
|
|
- password: Jingtong@2021
|
|
53
|
+ password: jqh_srm_123123
|
51
|
54
|
initial-size: 10
|
52
|
55
|
max-active: 20
|
53
|
56
|
min-idle: 2
|