@@ -41,7 +41,7 @@ spring:
min-idle: 0 # 连接池中的最小空闲连接
timeout: 20000 # 连接超时时间(毫秒)
-xml-is-encryped: true
+xml-is-encryped: false
CRF:
url: http://192.168.2.234:3456/api/mr_info_ex/entity_predict
@@ -5,7 +5,7 @@ spring:
druid:
lantone:
driver-class-name: com.mysql.jdbc.Driver
- url: jdbc:mysql://192.168.0.202:3306/qc?useUnicode=true&characterEncoding=utf8&useSSL=false
+ url: jdbc:mysql://192.168.0.195:3306/qc?useUnicode=true&characterEncoding=utf8&useSSL=false
username: root
password: lantone
initial-size: 8
@@ -28,7 +28,7 @@ spring:
database:
cache: 10 # cache索引
token: 10 # Token索引
- host: 192.168.0.204 #Redis服务器地址
+ host: 192.168.0.196 #Redis服务器地址
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
password: lantone # Redis服务器连接密码(默认为空)
lettuce:
@@ -39,19 +39,19 @@ spring:
- url: http://192.168.0.203:3456/api/mr_info_ex/entity_predict
+ url: http://192.168.0.196:3456/api/mr_info_ex/entity_predict
Similarity:
- url: http://192.168.0.203:3456/api/mr_info_ex/similarity
+ url: http://192.168.0.196:3456/api/mr_info_ex/similarity
NewSimilarity:
- url: http://192.168.0.203:23232/api/similarity
+ url: http://192.168.0.196:23232/api/similarity
NewBatchSimilarity:
- url: http://192.168.0.203:23232/api/similarity_batch
+ url: http://192.168.0.196:23232/api/similarity_batch
ChiefPresentSimilarity:
- url: http://192.168.0.203:3456/api/mr_info_ex/chief_present_similarity
+ url: http://192.168.0.196:3456/api/mr_info_ex/chief_present_similarity
@@ -1,5 +1,5 @@
server:
- port: 6010 # 端口号
+ port: 6012 # 端口号
servlet:
context-path: ${spring.application.name} # 访问路径,如果不配置,访问IP:端口号,配置后访问IP:端口号/${context-path}
@@ -18,7 +18,7 @@ spring:
resources:
static-locations: classpath:/
profiles:
- active: debug
+ active: local
qc:
hospital_id: 1,2,3,4,5,6,7,8,10,11,13,15,20,21,22,23,24,34,35,36