[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
@@ -10,6 +10,16 @@ spring:
logging:
config: classpath:logback-local.xml
jwt:
secret: "F9k3s!29dkF#1lP0X9QZx8eW!2m@0AbD"
access-token-validity-seconds: 3600
refresh-token-validity-seconds: 2592000
swagger:
login:
id: alist
password: "1qaz2wsx!@"
springdoc:
api-docs:
enabled: true
+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
+1 -1
View File
@@ -15,7 +15,7 @@ mybatis:
springdoc:
swagger-ui:
path: /swagger
path: /swagger-ui.html
api-docs:
path: /v3/api-docs