tut-rest
tut-rest copied to clipboard
Building REST services with Spring :: Learn how to easily build RESTful services with Spring
It may not be really relevant for "oppening an issue", but since the last part of the tutorial intends to put all together the **Order** associated classes, in the same...
I followed along with the guide and made some changes that will hopefully allow for a better user experience. From a technical perspective, I updated the tutorial from Boot 2.3...
I had the same problem using Eclipse STS.  Mozilla Error:  **Simple fix:** It has to do with using...
I came to this repo from tutorial: https://spring.io/guides/tutorials/rest/. In the repo and tutorial there is usage of Java EE libriaries for persistence. Anyhow when I try to use the newest...
Link to HAL (http://stateless.co/hal_specification.html) returns a 404. Link is in the following sentence: "This entire document is formatted using **HAL**."
Use the `RestControllerAdvice` annotation instead of the `ControllerAdvice` and `ResponseBody` combination. This should simplify implementation and provide greater visual consistency with the `RestController` annotation.