feat: 添加 spring-boot-datasource starter.

This commit is contained in:
ljh01459796
2023-06-23 18:25:49 +08:00
parent 2cf36da82d
commit 3d16e4e68b
13 changed files with 265 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
spring:
datasource:
druid:
url:
username:
password:
initial-size: 0
min-idle: 1
max-active: 5