We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@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.