Build a website for Employee Management System using SpringMVC, Mysql, JPA and Hibernate.
-
Java - 1.8.x
-
Maven - 3.x.x
-
Mysql - 5.x.x
1. Clone the application
git clone https://github.com/Jenith-rajlawat/SpringMVC.git
2. Create Mysql database
create database springweb
3. Change mysql username and password as per your installation
-
open
src/main/resources/application.properties
-
change
spring.datasource.username
andspring.datasource.password
as per your mysql installation
4. Build and run the app using maven or directly from SpringToolSuite4.exe
The app will start running at <http://localhost:8080>.