|
@ -138,6 +138,9 @@ fv:
|
|
username: ssgg
|
|
username: ssgg
|
|
password: ssgg
|
|
password: ssgg
|
|
|
|
|
|
|
|
systemConfig:
|
|
|
|
msg_push_server: http://127.0.0.1:3000/system/sendmsg.im
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
spring:
|
|
spring:
|
|
@ -163,6 +166,9 @@ fv:
|
|
username: wlyy
|
|
username: wlyy
|
|
password: jkzlehr@123
|
|
password: jkzlehr@123
|
|
|
|
|
|
|
|
systemConfig:
|
|
|
|
msg_push_server: http://127.0.0.1:3000/system/sendmsg.im
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
spring:
|
|
spring:
|
|
@ -187,4 +193,7 @@ fv:
|
|
driver: com.mysql.jdbc.Driver
|
|
driver: com.mysql.jdbc.Driver
|
|
url: jdbc:mysql://172.19.103.77/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
url: jdbc:mysql://172.19.103.77/fv?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
|
|
username: root
|
|
username: root
|
|
password: 123456
|
|
|
|
|
|
password: 123456
|
|
|
|
|
|
|
|
systemConfig:
|
|
|
|
msg_push_server: http://127.0.0.1:3000/system/sendmsg.im
|