添加MySQL配置,并跑通项目
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user