Commit 247292f888f4b115a6634686615f05bfe866516d

Authored by liquanyu
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
talkonlineweb/src/main/resources/application.yml View file @ 247292f
... ... @@ -11,7 +11,7 @@
11 11 resources:
12 12 add-mappings: false
13 13 profiles:
14   - active: dev
  14 + active: prod
15 15 logging:
16 16 config: classpath:logback-spring.xml
17 17