Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 570 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 570 Bytes

ContactBook-java-web-app

Sample Java Web App

Contact Book

Just to store Name and Contact no. in database and then retrieve it back.

Deployment of this project on AWS EC2 video available on Youtube > https://youtu.be/Mkm7HQkVOfk Deployable .war file > https://drive.google.com/open?id=1AoOjHWdmim1865emG1FPAop0zA4W7pPD

Procedure: just deploy .war on tomcat server and host a local MySql-server with "student" database and "register" table with attribute "name" and "phoneno".

or modify source code according to you.

#HappyCoding