浏览代码

新疆沙雅配置信息上传

wangsy 6 月之前
父节点
当前提交
fa0a2af17a

+ 11 - 11
src/main/resources/application-local.yml

@@ -92,17 +92,17 @@ spring:
         cdss:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://10.58.4.153:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
+          url: jdbc:mysql://192.168.65.96:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
           username: root
-          password: lantone
+          password: cxzg8!@#
           druid:
             initial-size: 5
         med:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://10.58.4.153:3306/med_2021?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
+          url: jdbc:mysql://192.168.65.96:3306/med_2021?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
           username: root
-          password: lantone
+          password: cxzg8!@#
           druid:
             initial-size: 5
 
@@ -115,9 +115,9 @@ spring:
     database:
       cache: 11 # cache索引
       similar: 11 # similar索引
-    host: 10.58.4.152  #Redis服务器地址
+    host: 192.168.65.96  #Redis服务器地址
     port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
@@ -168,21 +168,21 @@ swagger:
   enable: true
 
 CRF:
-  url: http://10.58.4.154:3456
+  url: http://192.168.65.96:13456
 
 StandConvert:
-  url: http://10.58.4.154:23232
+  url: http://192.168.65.96:12323
   rate: 0.9
 
 StandConvertNew:
-  url: http://10.58.4.154:7000
+  url: http://192.168.65.96:7000
   rate: 0.9
 
 IcssPush:
-  url: http://10.58.4.152:5008
+  url: http://192.168.65.95:5008
 
 # 新版推送:9212【本地,236】,9211【241】,9210【121,122】
 PushNew:
-  url: http://10.58.4.154:9210
+  url: http://192.168.65.97:9210
 
 debugFlag: true

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -2,7 +2,7 @@ spring:
   application:
     name: cdss-core
   profiles:
-    active: dev
+    active: local
   main:
     allow-bean-definition-overriding: true
 

+ 2 - 1
src/main/resources/mapper/KlDiagnoseBaseMapper.xml

@@ -97,7 +97,8 @@
             t.eq_value,
             t.eq_unit,
             t.conceptids,
-            t.lib_name
+            t.lib_name,
+            t.lib_type
     </select>
 
 </mapper>