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

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.

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```