Objectives 1. What is Spring boot? Spring boot is a framework which is designed to simplify the development of stand-alone , productions-grade applications. Key Features: 2. What is Microservice? Microservices is a collection of small, autonomous services model around a business domain. Key Characteristics: 3. Why Spring Boot for Microservices? Spring Boot’s simplicity and extensibility […]
spring boot 3
How to Setup Environment for Spring Boot 3
You have now created a Spring Boot 3 project with Maven and Spring Web dependency. To import the project into IntelliJ IDEA, follow these steps: You have now imported the project into IntelliJ IDEA and ready to start coding. You have now created a simple web controller that returns a greeting message based on the […]
A Guide to Spring Boot 3 Security Features and Best Practices
Spring Boot 3 is the latest major release of the popular framework for building web applications and microservices with Java. Spring Boot 3 comes with many improvements and changes, especially in the area of security. In this blog post, I will introduce some of the new security features and best practices that you can use […]