浏览代码

update

master
MSI\derek 1 个月前
父节点
当前提交
23e0fd3ea3
共有 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: spring:
datasource: 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 username: root
password: secret password: secret

正在加载...
取消
保存