Commit 0d4034712d1343ac114471457b82c991c9f8f0a5
1 parent
7baa515434
Exists in
master
换为新的数据库端口号3307
Showing 1 changed file with 2 additions and 2 deletions
talkonlineweb/src/main/resources/application-dev.yml
View file @
0d40347
... | ... | @@ -3,9 +3,9 @@ |
3 | 3 | spring: |
4 | 4 | datasource: |
5 | 5 | driver-class-name: com.p6spy.engine.spy.P6SpyDriver |
6 | - url: jdbc:p6spy:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
6 | + url: jdbc:p6spy:mysql://119.90.57.26:3307/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
7 | 7 | username: platform |
8 | - password: platform123 | |
8 | + password: Platform@123 | |
9 | 9 | uploadPath: /data/talkonline/upload/ |
10 | 10 | imgUrlPre: https://dev-talk.healthbaby.com.cn/upload/ |
11 | 11 |