Spring MVC
Prepare for Spring MVC interviews effectively with our in-depth guide covering common interview questions and techniques to tackle problem-solving scenarios. Gain a thorough understanding of Spring MVC concepts and enhance your problem-solving skills to excel in your technical assessment.
-
Interview Preparation, Java 8, Microservices, Red Hat JBoss Developer Studio, SOA Architecture, Spring Boot, Spring MVC
Spring Boot + @RestController + REST API
In this blog, we will learn the difference between @Controller and @RestController. How @RestController works internally – with the help of a working example. Spring Boot @Controller and @RestController Annotations Usually, dispatcher servlet is…
-
Spring Boot + Spring Security with inMemoryAuthentication + Add | Delete Operations in MySQL + Custom Login | Logout JSP + Example
In this Spring Boot example, we will discuss inMemoryAuthentication in Spring Security along with custom login, logout JSP pages. Technology Stack Project Structure Maven File (pom.xml) Application Configuration (application.yaml) MySQL Database Bootstrap…
-
Spring Model View Controller
Model: The model represents data and where business logic is performed, which may cause changes to data, like retrieving data from database, etc… View: The view renders the contents of a model.…
-
Basic example of a Spring Security Java configuration
Below code snapshot sets up a basic in-memory authentication config. How to disable Spring Security? Add below lines to application.properties :
-
Spring Boot Features + Active Profile
Spring Boot is not an entirely new framework, in fact, it’s an extension of the Spring framework. Spring Boot includes all of the same modules that Spring does. Features of Spring Boot…