移除jpa配置
This commit is contained in:
@ -36,16 +36,6 @@ spring:
|
||||
web-stat-filter:
|
||||
url-pattern: /*
|
||||
exclusions: "*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*"
|
||||
|
||||
#配置 Jpa
|
||||
jpa:
|
||||
properties:
|
||||
hibernate:
|
||||
# 生产环境设置成 none,避免程序运行时自动更新数据库结构
|
||||
ddl_auto: none
|
||||
show_sql: true
|
||||
format_sql: true
|
||||
|
||||
redis:
|
||||
#数据库索引
|
||||
database: 0
|
||||
|
@ -39,11 +39,6 @@ spring:
|
||||
url-pattern: /*
|
||||
exclusions: "*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*"
|
||||
|
||||
#配置 Jpa
|
||||
jpa:
|
||||
hibernate:
|
||||
# 生产环境设置成 none,避免程序运行时自动更新数据库结构
|
||||
ddl-auto: none
|
||||
redis:
|
||||
#数据库索引
|
||||
database: 0
|
||||
|
@ -13,7 +13,6 @@ spring:
|
||||
repositories:
|
||||
enabled: false
|
||||
|
||||
|
||||
task:
|
||||
pool:
|
||||
# 核心线程池大小
|
||||
|
Reference in New Issue
Block a user