|
@@ -4,10 +4,10 @@ spring:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
druid:
|
|
|
lantone:
|
|
|
- driver-class-name: com.mysql.jdbc.Driver
|
|
|
- url: jdbc:mysql://192.168.2.236:3306/stu?useUnicode=true&characterEncoding=utf8&useSSL=false
|
|
|
+ driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
+ url: jdbc:mysql://173.18.12.194:3306/qc?useUnicode=true&characterEncoding=utf8&useSSL=false
|
|
|
username: root
|
|
|
- password: lantone
|
|
|
+ password: dsYun8!@#
|
|
|
initial-size: 8
|
|
|
min-idle: 1
|
|
|
max-active: 20
|
|
@@ -28,9 +28,9 @@ spring:
|
|
|
database:
|
|
|
cache: 6 # cache索引
|
|
|
token: 6 # Token索引
|
|
|
- host: 192.168.2.236 #Redis服务器地址
|
|
|
+ host: 173.18.12.194 #Redis服务器地址
|
|
|
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
- password: lantone # Redis服务器连接密码(默认为空)
|
|
|
+ password: # Redis服务器连接密码(默认为空)
|
|
|
lettuce:
|
|
|
pool:
|
|
|
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|
|
@@ -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://173.18.12.190:3456/api/mr_info_ex/entity_predict
|
|
|
|
|
|
Similarity:
|
|
|
- url: http://192.168.2.234:3456/api/mr_info_ex/similarity
|
|
|
+ url: http://173.18.12.190:3456/api/mr_info_ex/similarity
|
|
|
|
|
|
NewSimilarity:
|
|
|
- url: http://192.168.2.234:23232/api/similarity
|
|
|
+ url: http://173.18.12.190:23232/api/similarity
|
|
|
|
|
|
NewBatchSimilarity:
|
|
|
- url: http://192.168.2.234:23232/api/similarity_batch
|
|
|
+ url: http://173.18.12.190:23232/api/similarity_batch
|
|
|
|
|
|
ChiefPresentSimilarity:
|
|
|
- url: http://192.168.2.234:3456/api/mr_info_ex/chief_present_similarity
|
|
|
+ url: http://173.18.12.190:3456/api/mr_info_ex/chief_present_similarity
|