Is it possible to use spring-data-rest without spring-data-jpa?
In my application I use JdbcTemplate
. Can this be wired to spring-data-rest somehow?
Update from 4 years later:
Meanwhile there is spring-data-jdbc which looks like it answers the original question.