Spring Data Rest + HATEOAS
Spring makes it quite easy to create a rest interface. Just include the corresponding boot dependency in your project with standard spring data repositories. That’s it! Maven Dependencies All my poms derive from the spring-boot-parent. This takes care off most…