Commit 247292f888f4b115a6634686615f05bfe866516d
1 parent
64b6762dcf
Exists in
master
修改数据库ip
Showing 2 changed files with 2 additions and 2 deletions
talkonlineweb/src/main/resources/application-dev.yml
View file @
247292f
| ... | ... | @@ -3,7 +3,7 @@ | 
| 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:3307/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
| 6 | + url: jdbc:p6spy:mysql://111.206.6.150:3307/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
| 7 | 7 | # url: jdbc:p6spy:mysql://119.90.43.68:3308/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | 
| 8 | 8 | username: platform | 
| 9 | 9 | password: Platform@123 |