Most voted "spring-rest" questions
Use this tag when the question refers to some feature, information, or problem relating exclusively to the REST API using the Spring framework. Spring Framework is an open source framework for developing applications on the Java platform. At its core is rich support for component-based architectures, and currently has more than a dozen highly integrated modules.
Learn more…5 questions
Sort by count of
-
3
votes1
answer53
viewsSpring Rest - Use of Various Services and Repositories
I have a question about how best to implement some services with the Spring Rest, but I couldn’t find the material for this case: Let’s say I have a launch service (Lancamentoservice). This service…
-
2
votes1
answer194
viewsWhat are the differences between MVC and REST architectures using Spring?
I’m wondering which architecture to use MVC or REST.
-
0
votes2
answers1287
viewsSpringdata paging with Pageimpl<> size does not work
I created a method within a service class to generate a paged list of products using Springdata (Java Spring Rest application), follow the code: public Page<ProdutoDTOVendedor>…
-
0
votes0
answers111
viewsSwagger’s response body with the message "can’t parse JSON. Raw result:"
I came across an unusual situation in Swagger version 2.9.2. The flow that starts through the created endpoint works normally, but along with the body appears the following message can’t parse JSON.…
-
-1
votes1
answer214
viewsCORS problem in Spring-Rest API and Ionic3 front-end
I have developed a Back-end Rest application using spring-Rest and front-end in Ionic. I am facing a CORS configuration problem. In Resources methods I used the annotation @CrossOrigin to free all…