An open API service indexing awesome lists of open source software.

https://github.com/karenyov/springsecuritylogin


https://github.com/karenyov/springsecuritylogin

database eclipse java mysql spring-boot spring-security

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Spring Security Login
This project will show you how to implement a Login process using the following tech stack:
* Spring Boot(1.5.10)
* Spring Security
* Spring MVC
* JPA
* Thymeleaf
* MySQL
* Bootstrap
* Maven
* Java 8

# Import Project into Eclipse
* Git clone this project:
```git
git clone https://github.com/karenyov/springSecurityLogin.git
```

* Import into Eclipse as “Existing Maven Project”:
Go in File > Import > Maven > Existing Maven Project and click Next, select the project and click in Finished.

# Database
* Create your database in Mysql ou PostgreSQL and configure in application.properties