only2dhir / spring-boot-security-oauth2

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 encoder.
http://www.devglan.com/spring-security/spring-boot-security-oauth2-example
81 stars 75 forks source link

spring boot2 oauth2 #3

Open xiaobin80 opened 1 year ago

xiaobin80 commented 1 year ago

My Solution: https://github.com/xiaobin80/spring-boot2-security-oauth2

This code originates from: devglan. All rights reserved By Dhiraj Ray

This project uses

Spring Boot 2.0.1.RELEASE Java 8 MySql