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
- Host: GitHub
- URL: https://github.com/karenyov/springsecuritylogin
- Owner: karenyov
- Created: 2018-02-19T21:13:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T00:25:14.000Z (over 8 years ago)
- Last Synced: 2025-06-01T05:17:00.411Z (about 1 year ago)
- Topics: database, eclipse, java, mysql, spring-boot, spring-security
- Language: Java
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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