Use this tag for question about the REST architectural style used in Spring framework
Using Spring boot 1.3.1 I don't understand why @RestController are Transactionnal by default. I haven't found anything saying so in the …
spring-boot spring-restI am designing a SpringBoot RESTful API for a Product searching with various attributes (search can be one or more). …
spring-boot api-design spring-restLooking for some help with Spring data rest validation regarding proper handling of validation errors: I'm so confused with the …
spring-boot spring-data-rest spring-restI have worked in Jersey and RESTEasy framework earlier and now we will be using Spring Rest for a new …
spring-mvc jersey jax-rs resteasy spring-restProblem statement - a simple RESTful service in Spring-Boot (2.0.1.RELEASE, and embedded Tomcat Server) returns response like, HTTP/1.1 200 Content-Type: application/…
tomcat spring-boot http-headers spring-restI have a problem where when I use basic authentication with inMemoryAuthentication as in the following snippet, it works perfectly. @…
java spring spring-boot spring-security spring-restI was reading the Spring docs and found that creating a subclass from ResponseEntityExceptionHandler was a good way on handling …
java spring spring-boot spring-restcontroller spring-restI have a simple test to my RestController. I expect that $[1].parent_idreturns Long as an object and not integer …
json jackson spring-test spring-rest