Technology Stack: Java, SpringMVC, MySQL
A secure banking system (SBS) is a software system developed primarily to facilitate secure banking transactions and user account management through the Internet. A banking organization often needs to track various operations performed by both the internal and external users using the organization’s banking infrastructure. The focus of this project is to develop a SBS to facilitate secure banking transactions and account management required by any banking organization.
- Clone the repo to your machine.
- Import as a Maven project in Eclipse.
- Run the database script
- Update you database config in the file:
database.properties - Update your smtp server details (to send OTP) in the file:
smtp.properties - Add your keystore file which stores your certificate and private key:
keystore.jks - Build project with maven goals:
clean install - Install a server like
Tomcat - Run the application on the server.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D