A Guide to Map Properties file to a Java Bean (POJO) using @PropertiesConfiguration in a Spring Boot Application as example.
Spring Boot Tutorials
Tutorials on the basic concepts and features of Spring Boot Framework.
Spring Boot – Spring Data JPA – MS SQL Server Example
Build a Spring Boot RESTFul Web Service using Hibernate, Spring Data JPA, and MS SQL Server (in a docker container) from scratch
Spring Boot – Spring Data JPA – Postgres Example
Guide to build a Spring Boot, Spring Data JPA, Postgres based RESTful Service and to launch Postgres database instance using Docker
Spring Boot – Spring Data JPA – MySQL Example
Hands on Guide to build a Spring Boot – Spring Data JPA and MySQL based RESTFul Web service. Includes setting up Docker based MySQL instance
Spring Data REST Example
Practical guide to create Spring Boot and Spring Data REST application from scratch and expose RESTFul web service within minutes
Spring WebFlux Filters with Controllers and Functional Routers
Implementing Spring WebFlux Filters – WebFilter and HandlerFilterFunction on annotation based controllers or Routing Functions