[api] swagger 셋팅중

This commit is contained in:
2026-02-11 11:36:41 +09:00
parent d40ec9488b
commit 9bc499ab97
8 changed files with 126 additions and 2 deletions
+23
View File
@@ -1,6 +1,29 @@
server:
port: 8106
forward-headers-strategy: framework
spring:
application:
name: api
mybatis:
mapper-locations: classpath:mapper/**/*.xml
type-aliases-package: com.alist.api
configuration:
map-underscore-to-camel-case: true
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
springdoc:
swagger-ui:
path: /swagger
api-docs:
path: /v3/api-docs
management:
endpoints:
web:
exposure:
include: health,info,metrics
endpoint:
health:
show-details: always