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