Multiple Login Pages using Spring Boot Security – user, admin login pages

In real-time applications, we needed to have different login pages to be accessed within the same application. One for the regular consumer and the other for the administrative functions. In this post, we’ll see how to create two login pages, one for regular users and the other for admin url.In designing…

How to Shut Down a Spring Boot Application

Spring Boot is a popular framework for developing Java applications. One of its many advantages is the ease with which you can start and stop applications. In this blog post,…

Adding Http Request Interceptors in Spring Boot

Spring Boot is a widely used framework for developing Java applications. It provides a lot of features and out-of-the-box solutions that help developers build applications quickly and easily. One of…