Ver código fonte

生产环境配置文件更新

user5 2 anos atrás
pai
commit
d99708f791

+ 5 - 5
jeeplus-web/src/main/resources/application-production.yml

@@ -49,8 +49,8 @@ spring:
       datasource:
         master:
           username: root
-          password: root
-          url: jdbc:mysql://127.0.0.1:3306/jeeplus-vue?useUnicode=true&characterEncoding=utf-8&useSSL=false&nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true
+          password: Xgcomdata10376@
+          url: jdbc:mysql://172.16.204.236:3306/zs_reimbursement?useUnicode=true&characterEncoding=utf-8&useSSL=false&nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true
           driver-class-name: com.mysql.cj.jdbc.Driver
 
           #oracle database settings
@@ -168,8 +168,8 @@ config:
       bucketName:
 #wps配置
 wps:
-  appid: 
-  appsecret: 
+  appid:
+  appsecret:
   download_host: http://xxxxx.org/jeeplus-vue
   domain: https://wwo.wps.cn
   downloadCallbackPath: /usr/local/wps
@@ -179,7 +179,7 @@ wps:
 demoMode: false
 #上传文件绝对路径, 路径中不允许包含“userfiles”
 userfiles:
-  basedir: /usr/tomcat/upload # 文件上传路径,可以留空
+  basedir: /opt/jeeplusdir # 文件上传路径,可以留空
   allowedType: file  # 允许上传的文件类型, all, file ,image, audio, video, office
   extensions:
     all: all       # 允许上传所有类型文件

+ 2 - 1
jeeplus-web/src/main/resources/application.yml

@@ -1,6 +1,7 @@
 spring:
   profiles:
-    active: development
+    #active: development
+    active: production
 ##############################################
 #
 # thymeleaf静态资源配置