Browse Source

:white_check_mark: 病例第一套多环境适配

Twelve615 1 year ago
parent
commit
6e13e6e373

+ 3 - 2
medical_history-vue/.env.development

@@ -1,8 +1,9 @@
 NODE_ENV=development
+#正式
 #VUE_APP_API_BASE_URL=http://47.96.249.184:9999/
 #测试
-VUE_APP_API_BASE_URL=http://59.110.230.108:9999/
-#VUE_APP_API_BASE_URL=http://127.0.0.1:9999/
+#VUE_APP_API_BASE_URL=http://59.110.230.108:9999/
+VUE_APP_API_BASE_URL=http://127.0.0.1:9999/
 VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
 VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
 

+ 2 - 2
medical_history-vue/.env.production

@@ -1,7 +1,7 @@
 NODE_ENV=production
 #正式
-#VUE_APP_API_BASE_URL=http://47.96.249.184:9999/
+VUE_APP_API_BASE_URL=http://47.96.249.184:9999/
 #测试
-VUE_APP_API_BASE_URL=http://59.110.230.108:9999/
+#VUE_APP_API_BASE_URL=http://59.110.230.108:9999/
 VUE_APP_CAS_BASE_URL=http://127.0.0.1:8888/cas
 VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview

+ 1 - 1
medical_history-vue/vue.config.js

@@ -86,7 +86,7 @@ module.exports = {
   },
 
   devServer: {
-    port: 3000,
+    port: 3005,
     // hot: true,
     // disableHostCheck: true,
     // overlay: {

File diff suppressed because it is too large
+ 339 - 339
medical_history-vue/yarn.lock


+ 8 - 15
medical_history/jeecg-boot-module-system/src/main/resources/application-dev.yml

@@ -133,17 +133,10 @@ spring:
 #          filters: stat,wall,slf4j
         # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
-#      正式
-#      datasource:
-#        master:
-#          url: jdbc:mysql://47.96.249.184:3306/medical_history?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
-#          username: medical_history
-#          password: LMFWmhZy846iSRG3
-#          driver-class-name: com.mysql.cj.jdbc.Driver
     #      测试
       datasource:
         master:
-          url: jdbc:mysql://59.110.230.108:3306/medical_history1?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+          url: jdbc:mysql://8.140.240.242:3306/medical_history1?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
           username: medical_history1
           password: cMGcYjPirP7MBeap
           driver-class-name: com.mysql.cj.jdbc.Driver
@@ -155,8 +148,8 @@ spring:
 #          driver-class-name: com.mysql.cj.jdbc.Driver
   #redis 配置
   redis:
-    database: 0
-    host: 47.96.249.184
+    database: 7
+    host: 120.79.86.50
     lettuce:
       pool:
         max-active: 8   #最大连接数据库连接数,设 -1 为没有限制
@@ -164,7 +157,7 @@ spring:
         max-wait: -1ms  #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
         min-idle: 0     #最小等待连接中的数量,设 0 为没有限制
       shutdown-timeout: 100ms
-    password: 'bl123456'
+    password: 'hdl2022'
     port: 6379
 #  redis:
 #    database: 0
@@ -208,11 +201,11 @@ jeecg :
   uploadType: alioss
   path :
     #文件上传根目录 设置
-    upload: /usr/java/AJeecgBootFiles
-#    upload: D:\\AJeecgBootFiles
+#    upload: /usr/java/AJeecgBootFiles
+    upload: D:\\AJeecgBootFiles
     #webapp文件路径
-    webapp: /usr/java/AJeecgBootFiles
-#    webapp: D:\\AJeecgBootFiles
+#    webapp: /usr/java/AJeecgBootFiles
+    webapp: D:\\AJeecgBootFiles
   shiro:
     excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
   #阿里云oss存储和大鱼短信秘钥配置

+ 17 - 16
medical_history/jeecg-boot-module-system/src/main/resources/application-prod.yml

@@ -1,5 +1,5 @@
 server:
-  port: 8080
+  port: 9999
   tomcat:
     max-swallow-size: -1
   error:
@@ -23,8 +23,8 @@ management:
 spring:
   servlet:
     multipart:
-      max-file-size: 20MB
-      max-request-size: 20MB
+      max-file-size: 500MB
+      max-request-size: 500MB
   mail:
     host: smtp.163.com
     username: jeecgos@163.com
@@ -133,11 +133,12 @@ spring:
         #          filters: stat,wall,slf4j
         # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
+      #      正式
       datasource:
         master:
-          url: jdbc:mysql://127.0.0.1:3308/jlsb?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
-          username: root
-          password: 1805845723
+          url: jdbc:mysql://47.96.249.184:3306/medical_history?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+          username: medical_history
+          password: LMFWmhZy846iSRG3
           driver-class-name: com.mysql.cj.jdbc.Driver
           # 多数据源配置
   #        multi-datasource1:
@@ -148,7 +149,7 @@ spring:
   #redis 配置
   redis:
     database: 0
-    host: 127.0.0.1
+    host: 47.96.249.184
     lettuce:
       pool:
         max-active: 8   #最大连接数据库连接数,设 -1 为没有限制
@@ -156,7 +157,7 @@ spring:
         max-wait: -1ms  #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
         min-idle: 0     #最小等待连接中的数量,设 0 为没有限制
       shutdown-timeout: 100ms
-    password: '1805845723'
+    password: 'bl123456'
     port: 6379
 #mybatis plus 设置
 mybatis-plus:
@@ -188,19 +189,19 @@ jeecg :
   uploadType: alioss
   path :
     #文件上传根目录 设置
-    #    upload: /opt/upFiles
-    upload: D:\\upFiles
+    upload: /usr/java/AJeecgBootFiles
+    #    upload: D:\\AJeecgBootFiles
     #webapp文件路径
-    #    webapp: /opt/webapp
-    webapp: D:\\upFiles
+    webapp: /usr/java/AJeecgBootFiles
+  #    webapp: D:\\AJeecgBootFiles
   shiro:
     excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
   #阿里云oss存储和大鱼短信秘钥配置
   oss:
-    accessKey: LTAI5tQHourWPBSmNbSYjBQN
-    secretKey: QyaHlvTXEwAQ7cJlHi4dGLrnzLpFoz
+    accessKey: LTAI5tD17r71nA9bfKtzcayJ
+    secretKey: EblO65wHRfmOtl3GrAeBbAu8i05H8O
     endpoint:  oss-cn-hangzhou.aliyuncs.com
-    bucketName: chuangchin
+    bucketName: binglishouji
   # ElasticSearch 6设置
   elasticsearch:
     cluster-name: jeecg-ES
@@ -257,7 +258,7 @@ jeecg :
   #分布式锁配置
   redisson:
     address: 127.0.0.1:6379
-    password:
+    password: '1805845723'
     type: STANDALONE
     enabled: true
 #cas单点登录

Some files were not shown because too many files changed in this diff