Commit f57153a688c3e780c37e7b6de793c1b8f813cf62
1 parent
384342f7ee
Exists in
master
and in
1 other branch
timezone
Showing 2 changed files with 2 additions and 1 deletions
talkonlineweb/src/main/resources/application-dev.yml
View file @
f57153a
... | ... | @@ -3,6 +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:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC | |
6 | 7 | url: jdbc:p6spy:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 |
7 | 8 | username: platform |
8 | 9 | password: platform123 |
talkonlineweb/src/main/resources/application.yml
View file @
f57153a