https://github.com/hellokoding/registration-login-spring-xml-maven-jsp-mysql
Registration and Login Example with Spring MVC, Spring Security, Spring Data JPA, XML Configuration, Maven, JSP, and MySQL.
https://github.com/hellokoding/registration-login-spring-xml-maven-jsp-mysql
authentication authorization java jsp mysql registration spring-data-jpa spring-mvc spring-security
Last synced: 4 months ago
JSON representation
Registration and Login Example with Spring MVC, Spring Security, Spring Data JPA, XML Configuration, Maven, JSP, and MySQL.
- Host: GitHub
- URL: https://github.com/hellokoding/registration-login-spring-xml-maven-jsp-mysql
- Owner: hellokoding
- License: mit
- Created: 2015-12-29T01:10:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T02:49:51.000Z (almost 7 years ago)
- Last Synced: 2025-05-20T11:07:04.363Z (7 months ago)
- Topics: authentication, authorization, java, jsp, mysql, registration, spring-data-jpa, spring-mvc, spring-security
- Language: Java
- Homepage: https://hellokoding.com/registration-and-login-example-with-spring-xml-configuration-maven-jsp-and-mysql/
- Size: 54.7 KB
- Stars: 145
- Watchers: 21
- Forks: 222
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Registration and Login Example with Spring MVC, Spring Security, Spring Data JPA, XML Configuration, Maven, JSP, and MySQL.
## Guide
https://hellokoding.com/registration-and-login-example-with-spring-xml-configuration-maven-jsp-and-mysql/
## Prerequisites
- JDK 1.8 or later
- Maven 3 or later
- MySQL 5.6 or later
## Stack
- Spring MVC
- Spring Security
- Spring Data JPA
- Maven
- JSP
- MySQL
## Run
```mvn jetty:run```