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 |
Tags
- html error
- beakjoon
- dfs
- 단지 번호붙이기
- baekjoon 3187
- 백준 2667 java
- baekjoon 2468
- CodingTest
- baekjoon 14714
- 백준 섬의갯수
- backjoon 16173
- attvalue
- coding test
- baekjoon 2667
- beakjoon 1697
- spring boot
- BFS
- java.lang.nosuchmethoderror
- baekjoon
- 백준 현수막
- bytebuddyinterceptor
- exprectedbelow
- Error
- websecurityconfiguration
- baekjoon 16953
- baekjoon 4963
- baekjoon1012
- beakjoon11725
- 안전영역 java
- springboot
Archives
- Today
- Total
NOT FOUND
개발 환경 Swagger CORS 에러 본문
배포된 환경이 HTTPS를 사용해야 한다면, http:// 대신 https://를 사용해 요청을 보내는 것이 필요할 수 있습니다. Swagger가 HTTPS로 실행되고 있다면
@OpenAPIDefinition( servers = { @Server(url = "https://개발서버.com", description = "개발 서버"), @Server(url = "http://localhost:8080", description = "로컬 서버") })