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