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.git2. Create Mysql database
create database springweb3. Change mysql username and password as per your installation
-
open
src/main/resources/application.properties -
change
spring.datasource.usernameandspring.datasource.passwordas 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>.