Browse Source

[上传测试]

yuhai.wen 1 year ago
parent
commit
efebe832dc
1 changed files with 6 additions and 3 deletions
  1. 6 3
      bpm-server/src/main/resources/application.yml

+ 6 - 3
bpm-server/src/main/resources/application.yml

@@ -21,7 +21,7 @@ spring:
21
       max-request-size: 1000MB
21
       max-request-size: 1000MB
22
   #环境 dev|test|prod
22
   #环境 dev|test|prod
23
   profiles:
23
   profiles:
24
-    active: prod
24
+    active: dev
25
   messages:
25
   messages:
26
     encoding: UTF-8
26
     encoding: UTF-8
27
     basename: i18n/messages_common
27
     basename: i18n/messages_common
@@ -45,9 +45,12 @@ spring:
45
     druid:
45
     druid:
46
       #MySQL
46
       #MySQL
47
       driver-class-name: com.mysql.jdbc.Driver
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
       username: root
52
       username: root
50
-      password: Jingtong@2021
53
+      password: jqh_srm_123123
51
       initial-size: 10
54
       initial-size: 10
52
       max-active: 20
55
       max-active: 20
53
       min-idle: 2
56
       min-idle: 2