dvvskiran / crudApp

Simple JSP,servlet,mysql crud app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%