` @Query(value = "select resource from Resource resource where Within(resource.point, :circle) = true") List<Resource> test(@Param("circle") Geometry circle);` And I set all those confs in application.properties is as same as yours.