Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- springboot
- bytebuddyinterceptor
- java.lang.nosuchmethoderror
- websecurityconfiguration
- jsonignore
- Swagger
Archives
- Today
- Total
목록2024/12 (1)
NOT FOUND
개발 환경 Swagger CORS 에러
배포된 환경이 HTTPS를 사용해야 한다면, http:// 대신 https://를 사용해 요청을 보내는 것이 필요할 수 있습니다. Swagger가 HTTPS로 실행되고 있다면 @OpenAPIDefinition( servers = { @Server(url = "https://개발서버.com", description = "개발 서버"), @Server(url = "http://localhost:8080", description = "로컬 서버") })
spring boot
2024. 12. 7. 22:50