|
@@ -5,12 +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
|
|
|
-# username: root
|
|
|
-# password: QuGDHNG35r
|
|
|
- url: jdbc:mysql://10.54.22.88:10306/qc?useUnicode=true&characterEncoding=utf8&useSSL=false
|
|
|
+ url: jdbc:mysql://192.168.2.121:3306/qc?useUnicode=true&characterEncoding=utf8&useSSL=false
|
|
|
username: root
|
|
|
- password: lantone@2021
|
|
|
+ password: QuGDHNG35r
|
|
|
initial-size: 8
|
|
|
min-idle: 1
|
|
|
max-active: 20
|
|
@@ -31,8 +28,7 @@ spring:
|
|
|
database:
|
|
|
cache: 10 # cache索引
|
|
|
token: 10 # Token索引
|
|
|
-# host: 192.168.2.121 #Redis服务器地址
|
|
|
- host: 10.54.22.87 #Redis服务器地址
|
|
|
+ host: 192.168.2.121 #Redis服务器地址
|
|
|
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
|
lettuce:
|
|
@@ -45,33 +41,17 @@ spring:
|
|
|
|
|
|
xml-is-encryped: true
|
|
|
|
|
|
-#CRF:
|
|
|
-# url: http://192.168.2.234:3456/api/mr_info_ex/entity_predict
|
|
|
-#
|
|
|
-#Similarity:
|
|
|
-# url: http://192.168.2.234:3456/api/mr_info_ex/similarity
|
|
|
-#
|
|
|
-#NewSimilarity:
|
|
|
-# url: http://192.168.2.234:23232/api/similarity
|
|
|
-#
|
|
|
-#NewBatchSimilarity:
|
|
|
-# url: http://192.168.2.234:23232/api/similarity_batch
|
|
|
-#
|
|
|
-#ChiefPresentSimilarity:
|
|
|
-# url: http://192.168.2.234:3456/api/mr_info_ex/chief_present_similarity
|
|
|
-
|
|
|
-
|
|
|
CRF:
|
|
|
- url: http://10.54.22.89:3456/api/mr_info_ex/entity_predict
|
|
|
+ url: http://192.168.2.234:3456/api/mr_info_ex/entity_predict
|
|
|
|
|
|
Similarity:
|
|
|
- url: http://10.54.22.89:3456/api/mr_info_ex/similarity
|
|
|
+ url: http://192.168.2.234:3456/api/mr_info_ex/similarity
|
|
|
|
|
|
NewSimilarity:
|
|
|
- url: http://10.54.22.89:23232/api/similarity
|
|
|
+ url: http://192.168.2.234:23232/api/similarity
|
|
|
|
|
|
NewBatchSimilarity:
|
|
|
- url: http://10.54.22.89:23232/api/similarity_batch
|
|
|
+ url: http://192.168.2.234:23232/api/similarity_batch
|
|
|
|
|
|
ChiefPresentSimilarity:
|
|
|
- url: http://10.54.22.89:3456/api/mr_info_ex/chief_present_similarity
|
|
|
+ url: http://192.168.2.234:3456/api/mr_info_ex/chief_present_similarity
|