🎨 修改名称

This commit is contained in:
zhaojun1998
2020-01-02 14:48:56 +08:00
parent 5e198b7ce7
commit 7acedfef38

View File

@@ -23,13 +23,13 @@ spring:
# h2 内存数据库 配置
driver-class-name: org.h2.Driver
url: jdbc:h2:~/.zfile/db/zfile-demo
username: zfile-demo
url: jdbc:h2:~/.zfile/db/zfile
username: zfile
password: 123456
# MySQL 配置
# driver-class-name: com.mysql.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:3306/zfile-demo?characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false
# url: jdbc:mysql://127.0.0.1:3306/zfile?characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false
# username: root
# password: 123456
jackson: