Spring Boot Tutorials
Spring Boot helps in creating stand-alone, production-grade application easily with minimum fuss. It is the opinionated view of Spring framework and other third party libraries which believes in convenient configuration based setup.
Spring Boot application could simply be packaged in jar file or traditional war packaging.
- Provides faster development with Spring framework.
- Opinionated out of box default configurations.
- Provides various non-functional features like embedded servers, metrics, actuator, health check, security.
- Minimum to no code generation and zero xml based configuration.
Let's see some of the Spring Boot tutorials.
- Spring Boot - A quick start
- Spring Boot - Customizing the embedded server and properties
- Spring Boot - ApplicationRunner and CommandLineRunner for running specific code at application startup
- Spring Boot - Restful web-services with Jersey
- Spring Data JPA with embedded database(h2) and Spring Boot
- Spring Boot: Spring Security Basic Authentication
- Spring Security: Implementing Digest Authentication in Spring Boot Application
Comments
Post a Comment