Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from bhiapp4/crudApp

Simple JSP,servlet,mysql crud app

Notifications You must be signed in to change notification settings

bvramanan/crudApp

 
 

Repository files navigation

Steps to run

-Create the mysql database/tables/ from db.sql

-Run the following command from the project folder

mvn clean package

-Take the war from target directory

-Drop it in tomcat(7 or 8) webapps

-Access the app at

http://localhost:8080/crudApp

About

Simple JSP,servlet,mysql crud app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.6%
  • Groovy 15.8%
  • Dockerfile 0.6%