Java-based Internet Banking (Internet Banking) Management System

The online banking management system realizes all the operations of users on self-service banking: account management, account management, system maintenance management and other functions. Developed using the BS architecture model, using jsp technology and mysql database to make an online banking management system, which provides a typical case for college computer graduation design, and also provides a learning source code for college students and program enthusiasts. The system Is a background management system,

The functions are as follows:
Administrator:
User Management: The user name and password information of the logged-in user has been managed and modified.
Account management: Manage the account information of bank users and online banking balance information, and set and modify the status. The status includes normal status and loss reporting status. You can also manage the password information of online banking.
Loss report information management: Manage the loss report information of online banking, and can unfreeze the loss report.
Transaction record management: Manage the transaction record information of online banking users, including the management of cash withdrawal and transfer information.
System management: backup management of the database.
Online banking users:
User account management: manage personal account information and modify personal password information online.
Transaction management: including balance inquiries, transfers, withdrawals and viewing of historical information.
The system is developed according to the graduation design, which facilitates students' learning and improves their desire for knowledge. Insert picture description here
Insert picture description here
Table of Contents
1 Overview 1
1.1 Title of the topic and its source 1
1.2 Information system and management information system 1
1.3 Current status and development trend
of online banking simulation system for account management 2 1.4 Significance of online banking simulation system for account management 3
2 System analysis 4
2.1 System functions 4
2.2 Analysis of user needs 4
2.2.1 Determination of application structure 4
2.2.2 Determination of system development environment 5
3 Introduction to development tools 6
3.1 JSP language of MyEclipse 6.0 6
3.2 Introduction to JSP 10
3.3 mysql11
4 System function design 12
4.1 Function overview 12
4.2 Back-end database design 13
4.2.1 Stored procedure introduction 13
4.2.2 Database table design 16
5 Application program interface design 23
5.1 User login 23
5.2 System main operation interface 23
5.3 Account information Add Module 23
5.4 Account Information Query Module 24
5.5 Retrieve Password Module 27
5.6 Query Balance Management Module 27
5.7 Account Details Management Module 27
5.8 Transfer Cash Management Module 27
6 System Test 28
6.1 Software Test Concept 28
6.2 Software System Test 29
6.3 Overall System Test 29
6.4 Shortcomings and improvements 29
Conclusions and suggestions 30
References 31
Acknowledgements 33

Guess you like

Origin blog.csdn.net/weixin_37971904/article/details/109141739