Browse Source

change the datasource from 238 mysql 5.7 to 228 mysql 8.0

master
matthew.ng 2 years ago
parent
commit
41c7f64bf4
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/main/resources/application-db-228v8.yml

+ 5
- 0
src/main/resources/application-db-228v8.yml View File

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

Loading…
Cancel
Save