Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.19 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.19 KB

axisj-contributed

Spring-Boot based Social Sign-up & Sign-in Example

Spring Boot + Spring Social + Spring Security + Spring Session example

Example For

  • LinkedIn
  • Facebook
  • Twitter
  • Github
  • Kakao

How to Open

IntelliJ -> Open -> build.gradle

Compile Setting

Open IntelliJ Preference
    - Build, Execution, Deployment -> Compiler
        -> Check 'Make project automatically'

How to Run

- Run main() on ApplicationInitializer Class

Important

Environment

  • Java 8
  • Spring Boot 1.3.0.M2
  • Spring Social 1.2.0
  • Spring Security 4.0.1.RELEASE
  • Spring Session 1.0.1.RELEASE
  • Gradle 2.4

Reference