Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 353 Bytes

Readme.md

File metadata and controls

9 lines (9 loc) · 353 Bytes

Secure Banking Project

Java + Spring + ORM

Steps to Run:

  1. Compile and build the project: Right click on the project. Go to Run as Maven build. type -> maven clean install. A war file is generated at the specific location.
  2. Run tomcat server and deploy the war file
  3. Click on the BankingApp link in the tomcat server manager.