|
@@ -7,9 +7,9 @@ spring:
|
|
|
druid:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
platform: mysql
|
|
|
- url: jdbc:mysql://192.168.2.122:3306/med?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
+ url: jdbc:mysql://173.18.12.191:3306/med?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
username: root
|
|
|
- password: lantone
|
|
|
+ password: dsYun8!@#
|
|
|
# 连接池的配置信息
|
|
|
# 初始化大小,最小,最大
|
|
|
initialSize: 5
|
|
@@ -71,10 +71,10 @@ spring:
|
|
|
|
|
|
#mq
|
|
|
rabbitmq:
|
|
|
- host: 192.168.2.122
|
|
|
+ host: 173.18.12.191
|
|
|
port: 5672
|
|
|
- username: lantone
|
|
|
- password: lantone
|
|
|
+ username: root
|
|
|
+ password: guest
|
|
|
publisher-confirms: true
|
|
|
virtual-host: /
|
|
|
|
|
@@ -82,9 +82,9 @@ spring:
|
|
|
redis:
|
|
|
database:
|
|
|
cache: 6 # Redis缓存索引
|
|
|
- host: 192.168.2.122 #Redis服务器地址
|
|
|
+ host: 173.18.12.191 #Redis服务器地址
|
|
|
port: 6379 # Redis服务器连接端口
|
|
|
- password: lantone # Redis服务器连接密码(默认为空)
|
|
|
+ password: # Redis服务器连接密码(默认为空)
|
|
|
lettuce:
|
|
|
pool:
|
|
|
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|
|
@@ -125,16 +125,16 @@ mybatis-plus:
|
|
|
hystrix.command.AIServiceClient#createFile().execution.isolation.thread.timeoutInMilliseconds: 180000
|
|
|
|
|
|
imageUrl:
|
|
|
- prefix: http://192.168.2.122:82
|
|
|
+ prefix: http://173.18.12.191:82
|
|
|
|
|
|
neo:
|
|
|
server:
|
|
|
- address: http://192.168.2.123:5004
|
|
|
+ address: http://173.18.12.192:5004
|
|
|
|
|
|
ai:
|
|
|
server:
|
|
|
- address: http://192.168.2.123:5008
|
|
|
+ address: http://173.18.12.192:5008
|
|
|
|
|
|
nlp:
|
|
|
server:
|
|
|
- address: http://192.168.2.123:5002
|
|
|
+ address: http://173.18.12.192:5002
|