tut-rest icon indicating copy to clipboard operation
tut-rest copied to clipboard

Building REST services with Spring :: Learn how to easily build RESTful services with Spring

Results 30 tut-rest issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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. ![Screenshot 2022-11-15 at 11 11 16](https://user-images.githubusercontent.com/15172744/201952129-cad76324-3e97-4435-b1a9-82100e63ea6d.png) Mozilla Error: ![Screenshot 2022-11-15 at 11 11 01](https://user-images.githubusercontent.com/15172744/201952280-819bec51-e624-4c21-8149-0bffe7c34a74.png) **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.