Spring

[Query dsl] Native Query 를 이용해서 위치 범위 검색

hwijin97 2022. 3. 17. 16:27

https://momentjin.tistory.com/136

 

Spring JPA를 활용한 MySQL 위치 데이터 다루기

개요 Spring Boot, JPA, MySQL과 Spatial Type을 활용해서 특정 구역에 포함되는 데이터를 찾는 방법을 정리했습니다. MySQL Spatial Data Type MySQL 5.7부터 공간 데이터 타입을 지원합니다. 이것을 활용해 위치..

momentjin.tistory.com