feat: swagger context-path 설정

This commit is contained in:
박정민 2024-07-24 13:17:44 +09:00
parent 07b68549de
commit cc935974e7
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@ public class SwaggerConfig {
.info(new Info() .info(new Info()
.title("에듀포커스 API") .title("에듀포커스 API")
.description("") .description("")
.version("1.0.0")); .version("1.0.0"));
} }
} }

View File

@ -28,6 +28,9 @@ spring.jpa.hibernate.ddl-auto=create
spring.jpa.show-sql=true spring.jpa.show-sql=true
springdoc.api-docs.path=/api/v3/api-docs
springdoc.swagger-ui.path=/api/swagger-ui.html
spring.mail.host=smtp.gmail.com spring.mail.host=smtp.gmail.com
spring.mail.port=587 spring.mail.port=587
#spring.mail.username=ssafytestpjt #spring.mail.username=ssafytestpjt