1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

添加MySQL配置,并跑通项目

This commit is contained in:
2022-10-21 01:13:59 +08:00
parent 972b67de22
commit 42852f150a
9 changed files with 133 additions and 71 deletions

View File

@@ -1 +1,5 @@
# MySQL配置
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/epp?useUnicode=true&characterEncoding=utf8&useSSL=false
spring.datasource.username=root
spring.datasource.password=root