feat: swagger context-path 설정
This commit is contained in:
parent
07b68549de
commit
cc935974e7
@ -15,6 +15,7 @@ public class SwaggerConfig {
|
||||
.info(new Info()
|
||||
.title("에듀포커스 API")
|
||||
.description("")
|
||||
|
||||
.version("1.0.0"));
|
||||
}
|
||||
}
|
@ -28,6 +28,9 @@ spring.jpa.hibernate.ddl-auto=create
|
||||
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.port=587
|
||||
#spring.mail.username=ssafytestpjt
|
||||
|
Loading…
Reference in New Issue
Block a user