浏览代码

change the datasource from 238 mysql 5.7 to 228 mysql 8.0

master
matthew.ng 2 年前
父节点
当前提交
41c7f64bf4
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      src/main/resources/application-db-228v8.yml

+ 5
- 0
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

正在加载...
取消
保存