spring-boot-security-oauth2 icon indicating copy to clipboard operation
spring-boot-security-oauth2 copied to clipboard

This article aims to provide a working example of spring boot security and oauth2. It has implementation for resource server and authorization server and connection to database with bcrypt password en...

spring-boot-security-oauth2

This article aims to provide a working example of spring boot security oauth2. To ge started with this project just checkout the project and set up the database configuration as per application.properties and run Application.java as a java application and you are done. The complete explanation is provided on my blog - spring security oauth2 example This project uses

  1. Spring Boot 1.5.8.RELEASE
  2. Java 8
  3. MySql

Visit spring security for other similar articles on spring security.