From 41c7f64bf42b54d932f834be63c3fa6f5be3259f Mon Sep 17 00:00:00 2001 From: "matthew.ng" Date: Thu, 23 Mar 2023 16:03:13 +0800 Subject: [PATCH] change the datasource from 238 mysql 5.7 to 228 mysql 8.0 --- src/main/resources/application-db-228v8.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/resources/application-db-228v8.yml diff --git a/src/main/resources/application-db-228v8.yml b/src/main/resources/application-db-228v8.yml new file mode 100644 index 0000000..e9cecb2 --- /dev/null +++ b/src/main/resources/application-db-228v8.yml @@ -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