Browse Source

update

master
kelvin.yau 2 months ago
parent
commit
94d0d4f143
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/resources/application-db-local.yml

+ 1
- 1
src/main/resources/application-db-local.yml View File

@@ -1,5 +1,5 @@
spring:
datasource:
jdbc-url: jdbc:mysql://127.0.0.1:3308/fpsmsdb?useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8
jdbc-url: jdbc:mysql://127.0.0.1:3306/fpsmsdb?useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8
username: root
password: secret

Loading…
Cancel
Save