修改配置文件
This commit is contained in:
parent
b0f8f8640f
commit
36828f031b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue