【升级】spring-boot from 2.4.12 to 2.5.9,最新的 Spring Boot 2.6.X 在等更流行一些,稳定第一

This commit is contained in:
YunaiV
2022-02-04 14:26:05 +08:00
parent 1e2bcf9aca
commit 6441883855
24 changed files with 72 additions and 56 deletions

View File

@ -13,7 +13,6 @@ spring:
driver-class-name: org.h2.Driver
username: sa
password:
schema: classpath:sql/create_tables.sql # MySQL 转 H2 的语句,使用 https://www.jooq.org/translate/ 工具
druid:
async-init: true # 单元测试,异步初始化 Druid 连接池,提升启动速度
initial-size: 1 # 单元测试,配置为 1提升启动速度