07 dezembro 2022

Spring Security Tutorial

About: 
Spring Security is a powerful and popular framework for securing Java applications. In this video, we'll show you how to get started with Spring Security, by creating a simple authentication system using basic auth and JWT.

 

27 outubro 2022

SpringBoot - Switch between multiple databases with a custom annotation

Problem
enable multiple data sources to be connected to a single service.







SpringBoot - Write Microservice in less than 2 mins..


Pre-requisite :
  • Spring boot 2.7.0
  • Maven 3.6 +
  • Java 8 or later


Please add below dependencies in the project .
  • spring-boot-starter-web
  • spring-boot-starter-data-jpa
  • spring-boot-starter-data-rest
  • lombok
  • H2
  • spring-boot-devtools