I am trying to implement hypermedia using the spring-hateoas
plugin.
I don't have JPA hibernate like in this example : https://spring.io/blog/2015/09/15/react-js-and-spring-data-rest-part-2-hypermedia
But I do really like the result. The only thing is I don't wan't to use JPA, I'd rather use mybatis.
I looked at Greg Turniquist projects and documentation and I still don't understand how to implement it in my project.
I wan't to use pagination, but I don't have any CrudRepository.
- Is this project working only for JPA ?
- Is there any example of a mybatis spring-boot spring-hatoas implementation ?
- Does anyone have any information on how to implement it with mybatis ?