Files
hamster-blog/blog-backend/src/main/resources/application-dev.yml
2023-04-06 08:52:04 +08:00

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