We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe902b commit aa50acbCopy full SHA for aa50acb
springboot-11-jpa/src/main/resources/application.yml
@@ -6,7 +6,7 @@ spring:
6
password: '123456'
7
schema:
8
- classpath:sql/springboot-jpa.sql
9
- initialization-mode: always
+ initialization-mode: never
10
type: com.alibaba.druid.pool.DruidDataSource #切换数据源为druid
11
#数据源其他配置
12
initialSize: 5 #数据库连接池初始化连接个数
0 commit comments