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
- mysql not equal null
- deserializer
- 버전 문자열 비교
- mysql =
- Protecle
- yml
- 운동해서 광명찾자
- MSSQL
- fractional seconds
- getDateCellValue
- createEntityGraph
- 오블완
- RootGraph
- load order
- sendFractionalSeconds
- 티스토리챌린지
- @EntityListeners
- MYSQL
- spring boot
- getEntityGraph
- 1*1000
- EmbeddedId
- AuditingEntityListener
- NamedEntityGraph
- @CreateDate
- apatch poi
- +9:00
- mysql equal null
- https
- pooled-lo
Archives
- Today
- Total
목록2024/06/17 (1)
Hello
[Spring HATEOAS] 프록시 서버 및 로드 밸런서 사용 시 http 링크 문제
문제 상황프로젝트에 Spring HATEOAS를 도입 후 리얼에 반영해 에러가 발생했습니다.Mixed Content: The page at 'https://aaa.com/view/1' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://aaa.com/api/1'. This request has been blocked; the content must be served over HTTPS.-> HTTPS에서 HTTP 요청시 블럭 발생 해당 프로젝트는 로드 밸런서 뒤에 어플리케이션이 있는 구성입니다.Spring HATEOAS https 관련해서 검색을 해보니, 기본적으로 Spring Framework 인프라를 사용하여..
spring
2024. 6. 17. 11:52