style: 格式化代码

This commit is contained in:
2023-03-16 07:21:38 +08:00
parent 63147e4c08
commit 8233fd5141
21 changed files with 657 additions and 21 deletions

View File

@@ -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