合并成单 module 的初始化

使用 spring boot 2.4.1 启动项目
This commit is contained in:
YunaiV
2021-01-01 01:52:14 +08:00
parent 0187344798
commit f574eec4ba
8 changed files with 300 additions and 222 deletions

View File

@ -0,0 +1,7 @@
spring:
# 数据源配置项
datasource:
url: jdbc:mysql://127.0.1:3306/ruoyi-vue-pro?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT
driver-class-name: com.mysql.jdbc.Driver
username: root
password: 123456