PrerequisitesJava 8Spring Boot 2MySQLOverviewWe are going to see how to build JPA Multi Tenancy in Spring boot 2 and use Flyway for DB migration We are...
Enable Basic Authentication on Swagger UI using spring security. Assuming we have already configured Swagger in our project , we shall turn on basic authentication using spring security on spring boot v2...
Since version 3.1, the Spring Framework provides support for adding caching to an existing Spring application. The caching abstraction allows consistent use of various caching solutions. We’ll enable simple caching in our project using caching abstraction in Spring and will use Redis to cache data...