[api] swagger 셋팅중

- swagger login 처리
This commit is contained in:
2026-02-11 17:04:06 +09:00
parent 9bc499ab97
commit 5a59c78d83
17 changed files with 584 additions and 1 deletions
+10
View File
@@ -12,6 +12,16 @@ spring:
logging:
config: classpath:logback-pjt.xml
jwt:
secret: ${JWT_SECRET}
access-token-validity-seconds: 3600
refresh-token-validity-seconds: 2592000
swagger:
login:
id: ${SWAGGER_ID}
password: ${SWAGGER_PASSWORD}
springdoc:
api-docs:
enabled: true