https://github.com/hellokoding/registration-login-spring-hsql
Registration and Login Example with Spring Security, Spring Boot, Spring Data JPA, HSQL, JSP
https://github.com/hellokoding/registration-login-spring-hsql
authentication authorization hsql java jsp registration spring-boot spring-data-jpa spring-security
Last synced: 9 months ago
JSON representation
Registration and Login Example with Spring Security, Spring Boot, Spring Data JPA, HSQL, JSP
- Host: GitHub
- URL: https://github.com/hellokoding/registration-login-spring-hsql
- Owner: hellokoding
- License: mit
- Created: 2016-07-05T07:01:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T23:08:07.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T11:07:05.012Z (9 months ago)
- Topics: authentication, authorization, hsql, java, jsp, registration, spring-boot, spring-data-jpa, spring-security
- Language: Java
- Homepage: https://hellokoding.com/registration-and-login-example-with-spring-security-spring-boot-spring-data-jpa-hsql-jsp/
- Size: 42 KB
- Stars: 223
- Watchers: 20
- Forks: 261
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Registration and Login Example with Spring Security, Spring Boot, Spring Data JPA, HSQL, JSP
## Guide
https://hellokoding.com/registration-and-login-example-with-spring-security-spring-boot-spring-data-jpa-hsql-jsp/
## Prerequisites
- JDK 1.7 or later
- Maven 3 or later
## Stack
- Spring Security
- Spring Boot
- Spring Data JPA
- Maven
- JSP
- HSQL
## Run
```mvn clean spring-boot:run```