Skip to content

A simple jsp banking system for Web Application Design.

Notifications You must be signed in to change notification settings

lonelyzerg/BankSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This project is written with Eclipse Neon, runs on Tomcat 8.5, Mysql 5.7 and jdk 1.8.

This project implemented a simple bank system which contains login, register, transfer, deposit(admin user only), withdraw(admin user only) and activity look up.

The default page is index.jsp. To login as admin, enter adminLogin.jsp page manually.

Before running, change the username and password used to connect mysql to your own. the password is located in /BankSystem/src/db/Connect.java line 26.

The bankdb.sql file is the script used to create the database of the bank system. Excute "source bankdb,sql" under mysql to set up the database.

About

A simple jsp banking system for Web Application Design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published