Create Spring Boot Sample Student Registration Crud Application.
- Java 1.8
- Maven 3
- MySQL
- Spring Boot
- Hibernate
- Spring Data JPA
- JSP , CSS & Javascript
- Create Database
CREATE DATABASE student_db;
- Clone the project
- Set Username and Password in the
application.properties
file - Invoke
mvn clean install -DskipTests
- Navigate to target folder