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

https://github.com/udelblue/springbootsecuritylogin

Spring Boot web app with mysql backend. Which makes use of spring security.
https://github.com/udelblue/springbootsecuritylogin

authentication authorization java registration spring-boot spring-data-jpa spring-security

Last synced: 2 months ago
JSON representation

Spring Boot web app with mysql backend. Which makes use of spring security.

Awesome Lists containing this project

README

          

# SpringBootSecurityLoginTutorial

db setup
1. install mysql
2. create scheme named site
3. run sql located in static/db
1.db_structure.sql
2.db_insert_roles.sql

app setup
1. configure connection info located in application.properties

build application
1. mvn clean
2. mvn clean install
3. Go to the target folder
4. java -jar demo-0.0.1-SNAPSHOT.jar

- http://localhost:8080/registration
- http://localhost:8080/login
- http://localhost:8080/about