bootstrap.yml 413 B

123456789101112131415161718192021222324252627
  1. server:
  2. port: 10160
  3. spring:
  4. application:
  5. name: sckw-ng-auth
  6. profiles:
  7. active: @profiles.active@
  8. main:
  9. allow-bean-definition-overriding: true
  10. logging:
  11. level:
  12. root: info
  13. # SpringDoc OpenAPI 配置
  14. springdoc:
  15. swagger-ui:
  16. path: /swagger-ui.html
  17. tags-sorter: alpha
  18. operations-sorter: alpha
  19. api-docs:
  20. path: /v3/api-docs
  21. show-actuator: true
  22. cache:
  23. disabled: true