|
@@ -5,9 +5,9 @@ spring:
|
|
|
druid:
|
|
|
lantone:
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
- url: jdbc:mysql://192.168.2.121:3306/qc?useUnicode=true&characterEncoding=utf8&useSSL=false
|
|
|
+ url: jdbc:mysql://172.17.14.227:3306/qc?useUnicode=true&characterEncoding=utf8&useSSL=false
|
|
|
username: root
|
|
|
- password: QuGDHNG35r
|
|
|
+ password: lantone
|
|
|
initial-size: 8
|
|
|
min-idle: 1
|
|
|
max-active: 20
|
|
@@ -28,7 +28,7 @@ spring:
|
|
|
database:
|
|
|
cache: 10 # cache索引
|
|
|
token: 10 # Token索引
|
|
|
- host: 192.168.2.121 #Redis服务器地址
|
|
|
+ host: 172.17.14.227 #Redis服务器地址
|
|
|
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
|
lettuce:
|
|
@@ -42,16 +42,16 @@ spring:
|
|
|
xml-is-encryped: true
|
|
|
|
|
|
CRF:
|
|
|
- url: http://192.168.2.234:3456/api/mr_info_ex/entity_predict
|
|
|
+ url: http://172.17.14.228:3456/api/mr_info_ex/entity_predict
|
|
|
|
|
|
Similarity:
|
|
|
- url: http://192.168.2.234:3456/api/mr_info_ex/similarity
|
|
|
+ url: http://172.17.14.228:3456/api/mr_info_ex/similarity
|
|
|
|
|
|
NewSimilarity:
|
|
|
- url: http://192.168.2.234:23232/api/similarity
|
|
|
+ url: http://172.17.14.228:23232/api/similarity
|
|
|
|
|
|
NewBatchSimilarity:
|
|
|
- url: http://192.168.2.234:23232/api/similarity_batch
|
|
|
+ url: http://172.17.14.228:23232/api/similarity_batch
|
|
|
|
|
|
ChiefPresentSimilarity:
|
|
|
- url: http://192.168.2.234:3456/api/mr_info_ex/chief_present_similarity
|
|
|
+ url: http://172.17.14.228:3456/api/mr_info_ex/chief_present_similarity
|