19 lines
499 B
YAML
19 lines
499 B
YAML
spring:
|
|
banner:
|
|
location: "classpath:/banner-dev.txt"
|
|
jpa:
|
|
hibernate:
|
|
# 自动创建 Entity 类的数据库表
|
|
ddl-auto: update
|
|
# open-in-view: true
|
|
show-ddl: true
|
|
# show-sql: true
|
|
autoconfigure:
|
|
exclude:
|
|
# - org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
|
|
# - org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfigurationspring
|
|
|
|
springdoc:
|
|
swagger-ui:
|
|
enabled: true
|