修改配置

This commit is contained in:
TinyAnts 2022-04-02 17:07:41 +08:00
parent 5e7bef0ac9
commit b0f8f8640f
2 changed files with 2 additions and 2 deletions

View File

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