Commit 7ebb7a2d44d879f1c13ff51a71bbcae0b6aa7484
1 parent
26ecd87674
Exists in
master
and in
1 other branch
1
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/resources/application-dev.yml
View file @
7ebb7a2
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | datasource: |
| 5 | 5 | driver-class-name: com.p6spy.engine.spy.P6SpyDriver |
| 6 | 6 | #测试 |
| 7 | - url: jdbc:p6spy:mysql://111.206.6.150:3307/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
| 7 | + url: jdbc:mysql://192.168.1.46:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
| 8 | 8 | #正式 |
| 9 | 9 | # url: jdbc:p6spy:mysql://111.206.6.155:3308/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 |
| 10 | 10 | username: platform |