Change data source to hikari

This commit is contained in:
2023-10-30 00:22:44 +08:00
parent 11ceb410c8
commit 1d74afd5cb
3 changed files with 10 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ spring:
profiles:
active: config
datasource:
type: com.alibaba.druid.pool.DruidDataSource
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
jackson:
date-format: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'