Skip to content

This is a project under SpringMVC, I made during the course I took under the assistance with Broadway Infosys.

Notifications You must be signed in to change notification settings

Jenith-rajlawat/SpringMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringMVC Web Project Using JPA, MVC, MySQL, THYMELEAF, And other trivial apis

Build a website for Employee Management System using SpringMVC, Mysql, JPA and Hibernate.

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

  3. Mysql - 5.x.x

For easy development, suggested IDE SpringToolSuite4.exe

Steps to Setup

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 and spring.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>.

About

This is a project under SpringMVC, I made during the course I took under the assistance with Broadway Infosys.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published