| 123456789101112131415161718192021222324252627 |
- server:
- port: 10160
- spring:
- application:
- name: sckw-ng-auth
- profiles:
- active: @profiles.active@
- main:
- allow-bean-definition-overriding: true
- logging:
- level:
- root: info
- # SpringDoc OpenAPI 配置
- springdoc:
- swagger-ui:
- path: /swagger-ui.html
- tags-sorter: alpha
- operations-sorter: alpha
- api-docs:
- path: /v3/api-docs
- show-actuator: true
- cache:
- disabled: true
|