浏览代码

update

master
CANCERYS\kw093 1 天前
父节点
当前提交
4dfba0464c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/main/resources/application-db-local.yml

+ 1
- 1
src/main/resources/application-db-local.yml 查看文件

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

正在加载...
取消
保存