About 6,580,000 results
Open links in new tab
  1. Spring Test & Security: How to mock authentication?

    How to JUnit tests a @PreAuthorize annotation and its spring EL specified by a spring MVC Controller? Yet if one looks closely this only helps when not sending actual requests to URLs, …

  2. java - Spring Boot REST API - request timeout? - Stack Overflow

    3 In Spring properties files, you can't just specify a number for this property. You also need to specify a unit. So you can say spring.mvc.async.request-timeout=5000ms or …

  3. java - Spring MVC - How to get all request params in a map in …

    Spring MVC - How to get all request params in a map in Spring controller? Asked 14 years, 3 months ago Modified 3 years, 10 months ago Viewed 339k times

  4. Difference between JAX-RS and Spring Rest - Stack Overflow

    Spring Framework The Spring Framework is a full framework that allows you to create Java enterprise applications. The REST capabilities are provided by the Spring MVC module (same …

  5. java - Spring MVC - How to return simple String as JSON in Rest ...

    Jun 17, 2015 · Spring MVC - How to return simple String as JSON in Rest Controller Asked 10 years, 5 months ago Modified 1 month ago Viewed 548k times

  6. Spring MVC: Complex object as GET @RequestParam

    Here is a couple of tutorials showing how to do that: Spring 3 MVC: Handling Forms in Spring 3.0 MVC, What is and how to use @ModelAttribute, Spring MVC Form Handling Example.

  7. Spring Cloud Gateway Server MVC - Can we use Spring MVC with …

    Dec 6, 2023 · Yes, Spring cloud gateway MVC is an alternative of Spring cloud gateway Reactive. They are both quite similar, the difference between them comes from the methods and classes …

  8. Difference between Spring MVC and Spring Boot [closed]

    Oct 3, 2015 · Spring MVC is a sub-project of the Spring Framework, targeting design and development of applications that use the MVC (Model-View-Controller) pattern. Spring MVC is …

  9. JSP file not rendering in Spring Boot web application

    Dec 16, 2013 · I have a Spring Boot web application up and running using embedded Tomcat (the default). When it serves up JSP files as part of rendering the view I specified in my controller, …

  10. java - What is @ModelAttribute in Spring MVC? - Stack Overflow

    Aug 6, 2010 · Even in Spring MVC world there are two ways to exchange data: from the Controller to the UI, and from the UI to the Controller. What we are interested here is how the data is …