|
|
@@ -6,11 +6,15 @@ spring:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
username: root
|
|
|
password: eai123456
|
|
|
- url: jdbc:mysql://192.168.80.1:3309/eai?useSSL=false&serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
|
|
|
+ url: jdbc:mysql://139.196.252.184:3306/eai?useSSL=false&serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
|
|
|
data:
|
|
|
mongodb:
|
|
|
uri: mongodb://admin:eai123456@139.196.252.184:27017/eai?authSource=admin
|
|
|
authentication-database: admin
|
|
|
+ redis:
|
|
|
+ host: 139.196.252.184
|
|
|
+ port: 6378
|
|
|
+ password: eai123456
|
|
|
mail:
|
|
|
host: smtp.163.com
|
|
|
port: 25
|