Spring MVC: Overview
Spring MVC: Overview
In this article, we will cover the following topics: – An introduction to the architecture – Spring MVC – How to configure your development environment to work with Spring MVC
Blog
Notes on Java, architecture, cloud, and AI. Filter by month or tags to jump to a topic quickly.
Spring MVC: Overview
In this article, we will cover the following topics: – An introduction to the architecture – Spring MVC – How to configure your development environment to work with Spring MVC
Reactive Spring Boot API – Part II, Validations
In this article we will set up the validation of the inputs of a query
Reactive Spring Boot API – Part I, Controllers
Goodbye synchronization, welcome asynchronous, no more code blocking
Spring WebClient – Non-blocking and responsive web client
In this article, we will see how to configure Spring WebClient and how to use it to make GET, POST or any other HTTP requests.We will also learn how to configure the client to handle timeout and other HTTP related configurations.
Spring Boot – Creation of a WEB SERVICE
In this article, we will create a web service with spring boot, then we will configure the connection of the web service to a postgresql database
Spring vs.Spring Boot vs.Spring MVC
In this article we will make a comparison between Spring, Spring Boot and Spring MVC
Spring Security – WebSecurityConfigurerAdapter deprecated!
In this article, I would like to share how to get rid of the warning saying “WebSecurityConfigurerAdapter is deprecated” in a Spring based application with Spring Security.