Use this tag for question about the REST architectural style used in Spring framework
I know the Pageable comes from spring-data- domain. Is there any elegant way to directly use org.springframework.data.domain.…
spring spring-mvc pagination spring-restI'm trying to understand the readTimeout available on restTemplate, what is it exactly ? Is it the the total amount of …
spring spring-boot spring-restAccording to the Current SpringBoot Reference Guide if I set the spring.jackson.date-format property, it will: Date format string …
spring spring-boot jackson spring-restcontroller spring-restI'm using spring with RestTemplate to execute GET queries. How can I log any request and response data to a …
java spring logging spring-restI am able to download a single file but how I can download a zip file which contain multiple files. …
rest spring-boot spring-restI have created a Spring Restful Service and Spring MVC application. Restful Service :: Restful service returns an entity if its …
java spring spring-mvc spring-boot spring-restI'm using SpringBoot and Spring REST. I would like to understand the HTTP PATCH method to update properties of my …
spring spring-boot spring-restI have read some tutorials about implementing REST client in java web application that use SPRING to manage beans. Every …
java spring rest resttemplate spring-restI am fetching the byte array using spring framework rest template, But I also need to fetch the Mediatype of …
java spring cxf spring-restI am fetching JSON stored in DB (JSON is stored as a string in DB) and adding it to the …
java json spring rest spring-rest