Skip to content

Commit

Permalink
Merge pull request #109 from ItRecode/feature/BE-169
Browse files Browse the repository at this point in the history
[BE-169] ์ƒ์šฉ ์„œ๋ฒ„ Swagger UnEnabled
  • Loading branch information
kdomo authored Jan 15, 2023
2 parents 2111a2a + 4385e7d commit 2ce9aa7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,14 @@ spring:
logging:
config: classpath:log4j2/log4j2-prod.xml
cors:
origin: ${CORS_ORIGIN_NAME:}
origin: ${CORS_ORIGIN_NAME:}
springfox:
documentation:
enabled: false
swagger-ui:
enabled: false
open-api:
enabled: false
swagger:
v2:
enabled: false

0 comments on commit 2ce9aa7

Please sign in to comment.