存储配置功能实现

This commit is contained in:
TinyAnts
2022-06-21 15:11:00 +08:00
parent 373f77aa31
commit 0a2eb0f2d9
60 changed files with 695 additions and 443 deletions

View File

@@ -12,7 +12,7 @@ spring:
active: pro
# 数据源配置
datasource:
url: jdbc:mysql://localhost:3306/local_frame?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
url: jdbc:mysql://localhost:3306/local_admin_java?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
type: com.zaxxer.hikari.HikariDataSource # 数据源类型
driver-class-name: com.mysql.jdbc.Driver # MySql的驱动
username: root # 数据库账号