项目作者: josdem

项目描述 :
Spring Boot Oauth2 with Google
高级语言: Groovy
项目地址: git://github.com/josdem/spring-boot-oauth2.git
创建时间: 2017-08-21T23:32:16Z
项目社区:https://github.com/josdem/spring-boot-oauth2

开源协议:

下载


Spring Boot Oauth2 Demo

This application shows you how to build a basic Spring Boot application with Google authentication by Oauth2.

Configuration

https://github.com/josdem/spring-boot-oauth2/wiki/YAML-File

To run the project

  1. gradle -Dspring.config.location=$HOME/.oauth2/application-development.yml bootRun

Read this as reference

http://josdem.io/techtalk/spring/spring_boot_oauth2/