Inserindo HATEOAS e Criação de hipermídias
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hateoas</artifactId>
</dependency>public class ProductModel extends RepresentationModel<ProductModel> implements Serializable {}Atualizado