Skip to content

kamalber/springBoot-social-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springBoot-social-auth

Idea of the app

  • simple user registration / secure authentication
  • it link your facebook account to load your albums photos

What's inside

This project is based on the Spring Boot project and uses these packages :

  • Maven
  • Spring Core
  • Spring Data (jpa/Hibernate & MySQL)
  • Spring security
  • Spring MVC (Tomcat)
  • Junit4

Installation

The project is created with Maven, so you just need to import it to your IDE(Eclipse,..) and build the project to resolve the dependencies

Database configuration

Create a MySQL database with the name spring_authand add the credentials to /resources/application.properties.
The default ones are :

spring.datasource.driverClassName = com.mysql.jdbc.Driver
spring.datasource.url = jdbc:mysql://localhost/spring_auth
spring.datasource.username = root
spring.datasource.password = 

Releases

No releases published

Packages

No packages published