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.
- Host: GitHub
- URL: https://github.com/udelblue/springbootsecuritylogin
- Owner: udelblue
- License: mit
- Created: 2017-12-16T19:32:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T22:59:21.000Z (over 8 years ago)
- Last Synced: 2025-01-17T08:34:02.775Z (over 1 year ago)
- Topics: authentication, authorization, java, registration, spring-boot, spring-data-jpa, spring-security
- Language: Java
- Size: 683 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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