|
@@ -7,9 +7,9 @@ spring:
|
|
|
druid:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
platform: mysql
|
|
|
- url: jdbc:mysql://192.168.2.235:3306/med-s?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
|
|
|
+ url: jdbc:mysql://101.37.151.162:3306/med-s?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
|
|
|
username: root
|
|
|
- password: diagbot@20180822
|
|
|
+ password: langtong
|
|
|
# 连接池的配置信息
|
|
|
# 初始化大小,最小,最大
|
|
|
initialSize: 5
|
|
@@ -59,7 +59,7 @@ spring:
|
|
|
|
|
|
#mq
|
|
|
rabbitmq:
|
|
|
- host: localhost
|
|
|
+ host: 101.37.151.162
|
|
|
port: 5672
|
|
|
username: guest
|
|
|
password: guest
|
|
@@ -97,8 +97,8 @@ mybatis-plus:
|
|
|
|
|
|
ai:
|
|
|
server:
|
|
|
- address: http://192.168.2.234:5008
|
|
|
+ address: http://101.37.151.162:5008
|
|
|
|
|
|
nlp:
|
|
|
server:
|
|
|
- address: http://192.168.2.234:5002
|
|
|
+ address: http://101.37.151.162:5002
|