Spring Boot Setup
- How to run a Spring Boot application using Maven or Gradle build tool.
- Spring Boot Single Page Java Application.
- Spring Boot Single Page Groovy Application.
- Spring Boot Gradle MVC CRUD project using Mysql.
- Spring Boot Maven MVC CRUD project using Mysql.
- Spring Boot Gradle MVC CRUD project using MongoDb.
- Spring Boot Gradle REST project setup using Mysql.
- Spring Boot Gradle REST project setup using MongoDb.
- Spring Boot Spring Security setup.
- Spring Boot RabbitMq setup.
- Spring Boot Kafka Setup.
- Spring Boot Hazelcast Setup.
- Spring Boot send email using Java Mail Api.
- Spring Boot create Jar of files using Gradle task.
Banner
Profiles, Environments and Properties and Configurations
- What are profiles in Spring Boot.
- How to set active profile and other properties.
- Reading values from Properties File.
- How to run Application on custom port.
Serving Static Content
Exception Handling
- Controller Level Exception Handling.
- @ControllerAdvice Annotation.
- Global Exception Handling.
Filters and Interceptors
- How to create and Register a filter in Spring Boot.
- Create a bootstrap class to run before server is up and running.
- How to register a Filter in the Filter Chain.
- How to define Filter Order in Filter Chain.
- Spring Boot making Custom Interceptor.
- Spring Boot making Custom Listener.
CORS
Internationalization
- How to do internationalization of messages for Rest Application.
- How to do internationalization of messages for MVC Application.