style: 格式化代码
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
spring:
|
||||
banner:
|
||||
location: "classpath:/banner-dev.txt"
|
||||
jpa:
|
||||
hibernate:
|
||||
# 自动创建 Entity 类的数据库表
|
||||
ddl-auto: update
|
||||
# open-in-view: true
|
||||
# open-in-view: true
|
||||
show-ddl: true
|
||||
# show-sql: true
|
||||
# show-sql: true
|
||||
autoconfigure:
|
||||
exclude:
|
||||
# - org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
|
||||
|
Reference in New Issue
Block a user