Spring Boot
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
1. Introduction to Spring Boot
- Why Spring Boot?
- Problems without Spring Boot
- Solutions with Spring Boot
- What is Spring Boot?
- Spring Boot in nutshell
- Features of SpringBoot
2. How to get started with Spring Boot
- Creating Hello World SpringBoot application
- Understanding SpringBoot application architecture
- Take a look at POM file
- Take a look at SpringBoot Starterst
- Take a look at Application.java
- Take a look at application.properties
- Running SpringBoot application
- Thru command line interface
- Thru maven
- As Java Application
- Debugging SpringBoot application
- Developer Tools
3. Spring Initializr
- What is Spring Initializr?
- How to use Spring Initializr?
4. Spring Boot Starters
- Spring Boot Starter Parent
- Maven Default
- Other Starters
5. Spring Boot Configuration
- Property file configuration
- YAML file configuration
- Overriding the default configuration values
- Multiple configuration files
6. Spring Boot Profiles
- Why SpringBoot profiles are needed?
- What are SpringBoot profiles?
- What is the default profile?
- Some important profiles
- Production profile
- Development profile
- Test profile
7. Spring Boot Actuator
- Check health of SpringBoot application
- Metrics from Application
- Retrieve SpringBoot application configuration
- Stop SpringBoot application using actuator
8. Spring Boot REST application
- SpringBoot REST application
- SpringBoot REST CRUD with Hibernate
- SpringBoot REST CRUD with JPA
- SpringBoot REST CRUD with SpringData JPA
- SpringBoot REST CRUD with SpringData REST
9. Spring Boot Test
- The importance of testing
- How SpringBoot test makes developer’s life stress free
- SpringBoot Test feature
- How to write variety of test for SpringBoot application
- Unit tests
- Service tests
- REST end-point tests
10. SpringBoot thymeleaf application (like Spring MVC, no JSP)
- What are templates and why are they popular?
- Introduction to thymeleaf
- Thymeleaf Hello World
- Thymeleaf with custom CSS
- Build Table in thymeleaf
- Thymeleaf with Bootstrap CSS
- Thymeleaf CRUD
- Create record
- Read/Retrieve record
- Update record
- Delete Record
11. Miscellaneous
- Logging in SpringBoot application
- SpringBoot FAQs
- SpringBoot references