Commit f57153a688c3e780c37e7b6de793c1b8f813cf62

Authored by changpengfei
1 parent 384342f7ee
Exists in master and in 1 other branch dev

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
1   -debug: false
2 1 server:
3 2 port: 9090
4 3 spring:
... ... @@ -6,6 +5,7 @@
6 5 name: talkonlineweb
7 6 jackson:
8 7 date-format: yyyy-MM-dd HH:mm:ss
  8 + time-zone: GMT+8
9 9 mvc:
10 10 throw-exception-if-no-handler-found: true
11 11 resources: