Spring Boot makes it quick and easy to create a Spring based applications.

P.S Tested with Spring Boot 2.1.2.RELEASE

1. Spring MVC or Web application.

  • Spring Boot MVC Hello World Example – Thymeleaf
  • Spring MVC Validation Example
  • Spring MVC + Spring Security Example
  • Spring MVC Form Handling Example
  • Spring MVC Integration Test Example
  • Spring MVC + Spring Security Example Need Update
  • Spring MVC + Spring Security + login via database
  • Spring MVC – Create a WAR file for deployment
  • Kotlin + Spring MVC Example

2. Spring RESTful web service

3. Spring WebFlux

  • Spring WebFlux + Server-sent events example
  • Spring WebFlux + Thymeleaf reactive example
  • Spring WebFlux + Spring Security Example
  • Spring WebFlux Integration Test Example
  • Kotlin + Spring WebFlux Example

4. Externalized Configuration

5. Working with database

5.1 Spring Data JPA examples.

5.2 Spring JDBC JdbcTemplate examples.

need update

6. Logging

7. Security

8. Swagger

FAQs

Upgrading below tutorials to Spring Boot 2

P.S Tested on Spring Boot 1.4.x

  • Spring Boot – How to know which connection pool is used?
  • Spring Boot + Spring Data MongoDB example
  • Spring Boot + Spring Data JPA + Java 8 date and time (JSR310)
  • Spring Boot – Show Hibernate SQL query
  • Spring Boot – Jetty as embedded server
  • Spring Boot – How to change Tomcat port
  • Spring Boot – How to change Context Path
  • Spring Boot – Custom Banner example
  • Spring Boot – Configure maxSwallowSize in embedded Tomcat
  • Intellij IDEA – Spring boot template reload is not working
  • How to display all beans loaded by Spring Boot
  • Spring Boot – How to disable the Spring logo banner
  • Spring Boot web JSP – No Java compiler available

New Spring Boot articles

General Knowledge

Download Source Code

$ git clone https://github.com/favtuts/java-spring-boot-tutorials

References

Leave a Reply

Your email address will not be published. Required fields are marked *