修改配置文件

This commit is contained in:
TinyAnts 2022-04-02 17:13:44 +08:00
parent b0f8f8640f
commit 36828f031b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ server:
# 框架配置
spring:
profiles:
active: hikari
active: pro
# 数据源配置
datasource:
url: jdbc:mysql://localhost:3306/local_frame?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false

View File

@ -9,7 +9,7 @@ server:
# 框架配置
spring:
profiles:
active: hikari
active: pro
# 数据源配置
datasource:
url: jdbc:mysql://localhost:3306/local_frame?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false