|
@@ -40,9 +40,9 @@ spring:
|
|
|
druid:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
platform: mysql
|
|
|
- url: jdbc:mysql://192.168.2.236:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
+ url: jdbc:mysql://192.18.101.207:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
username: root
|
|
|
- password: lantone
|
|
|
+ password: lt@great
|
|
|
# 连接池的配置信息
|
|
|
# 初始化大小,最小,最大
|
|
|
initialSize: 5
|
|
@@ -88,8 +88,8 @@ spring:
|
|
|
database:
|
|
|
cache: 11 # cache索引
|
|
|
similar: 11 # similar索引
|
|
|
- host: 192.168.2.236 #Redis服务器地址
|
|
|
- port: 6378 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
+ host: 192.18.101.207 #Redis服务器地址
|
|
|
+ port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
|
lettuce:
|
|
|
pool:
|
|
@@ -106,9 +106,9 @@ spring:
|
|
|
|
|
|
neo4j:
|
|
|
data:
|
|
|
- URI: http://192.168.2.234:7480
|
|
|
+ URI: http://192.18.101.207:17474
|
|
|
username: neo4j
|
|
|
- password: root
|
|
|
+ password: neo4j
|
|
|
|
|
|
#mybatis
|
|
|
mybatis-plus:
|
|
@@ -147,24 +147,24 @@ swagger:
|
|
|
enable: true
|
|
|
|
|
|
CRF:
|
|
|
- url: http://192.168.2.234:3456
|
|
|
+ url: http://192.18.101.235:3456
|
|
|
|
|
|
ChiefPresentSimilarity:
|
|
|
- url: http://192.168.2.234:3456
|
|
|
+ url: http://192.18.101.235:3456
|
|
|
|
|
|
StandConvert:
|
|
|
- url: http://192.168.2.234:23232
|
|
|
+ url: http://192.18.101.235:23232
|
|
|
rate: 0.9
|
|
|
|
|
|
StandConvertNew:
|
|
|
- url: http://192.168.3.150:9205
|
|
|
+ url: http://192.18.101.235:9205
|
|
|
rate: 0.9
|
|
|
|
|
|
IcssPush:
|
|
|
- url: http://192.168.2.234:5008
|
|
|
+ url: http://192.18.101.207:5008
|
|
|
|
|
|
Similarity:
|
|
|
- url: http://192.168.2.234:12480
|
|
|
+ url: http://192.18.101.235:12480
|
|
|
|
|
|
|
|
|
debugFlag: true
|