Search code examples
Spring Rest Controller not able to validate path variable when request body is also passed in additi...

springspring-bootspring-restcontroller

Read More
why postman is giving 404 error even though the application is running successfully and controller i...

javaspring-bootpostmanhttp-status-code-404spring-restcontroller

Read More
OpenAPI Swagger API not sending "Authorization" header along the API call...

spring-bootswaggeropenapispring-restcontrollerspringdoc-openapi-ui

Read More
Return HTTP Status BAD_REQUEST using a custom resolver in Spring...

javaspring-bootspring-mvcspring-restcontroller

Read More
How does writing to response usually happen on the client side in POST in REST?...

javarestpostspring-restcontroller

Read More
Cant have RestController to accept application/octet-stream...

javaspringspring-mvcspring-restcontrollermockmvc

Read More
How to force @RestController to encode body to specific encoding?...

javaspringencodingspring-restcontroller

Read More
Which layer should be used for conversion to DTO from Domain Object...

layerdtospring-restcontroller

Read More
HTTP redirect response loads the redirected URL as part of original URL...

spring-boothttpspring-webfluxspring-restcontrollerhttp-redirect

Read More
POST request with List of MultipartFile...

springspring-bootresttemplatespring-restcontroller

Read More
Cannot get the name of zip file created by jersy api...

javarestjerseyjax-rsspring-restcontroller

Read More
How to consume a REST API using restTemplate that returns an object with Page object within it?...

javaspringspring-bootspring-restcontrollerspring-rest

Read More
Spring WebClient map error to response in HEAD request...

javaspringspring-restcontrollerspring-webclient

Read More
Dynamic Validation message in Constraint Validation of Enums...

javaspring-restcontrollerhibernate-validatorjavax-validationjakarta-validation

Read More
Assign null for the default value in @RequestParam annotation...

springspring-restcontroller

Read More
Ambiguous @ExceptionHandler method for HttpMessageNotReadableException...

javaspring-bootcontrollerspring-restcontrollerexceptionhandler

Read More
Problem with registering controller using @Bean annotation in class annotated with @Configuration...

spring-bootmappingjavabeansspring-restcontroller

Read More
How to use RequestMapping with Functional Bean Definitions in Kotlin and Spring Boot 3?...

springkotlinspring-restcontrollerspring-bean

Read More
How to validate objects of collection on Controller with Validated?...

javaspring-mvcbean-validationspring-restcontroller

Read More
Spring-Boot Endpoint/Controller Not Found 404...

javaspringspring-bootspring-mvcspring-restcontroller

Read More
RestController autowire interface nosuchbeandefinition...

javaspringspring-bootspring-restcontroller

Read More
Fetching JSON data from @RestContoller using JavaScript...

javascriptjsonspringspring-bootspring-restcontroller

Read More
What is the best way to search for data spanning across multiple repositories in spring data with mo...

spring-bootspring-dataspring-data-mongodbspring-restcontroller

Read More
Is there a format where I can transfer data with Spring Rest without serialization/deserialization...

springspring-bootspring-dataspring-restcontrollerspring-rest

Read More
How to create a Spring Interceptor for Spring RESTful web services...

spring-mvcspring-restcontrollerspring-rest

Read More
@ControllerAdvice and @ExceptionHandler not getting triggered for my RestController...

javaspring-bootspring-restcontrollerexceptionhandlercontroller-advice

Read More
Pageable object is ignored / not instantiated on a @RestController...

spring-bootswaggerspring-restcontroller

Read More
Return Html page using RestController in Spring Boot...

javahtmlspring-bootwebspring-restcontroller

Read More
Configure FAIL_ON_UNKNOWN_PROPERTIES for each RequestMapping differently in the Controller...

jsonspring-bootjacksondeserializationspring-restcontroller

Read More
Strange Security Error in Spring Boot 3.0.2...

springspring-bootspring-securityspring-restcontrollerspring-rest

Read More
BackNext