项目作者: Nishith-Savla

项目描述 :
A Java project of an example Banking Application connected with a MySQL database
高级语言: Java
项目地址: git://github.com/Nishith-Savla/Banking-Application.git
创建时间: 2020-06-14T09:03:48Z
项目社区:https://github.com/Nishith-Savla/Banking-Application

开源协议:MIT License

下载


Banking-Application

A Java project of an example Banking Application connected with a localhost database

I have made this sample project using Java, Java Swing framework and JDBC.

To run this,

  1. Create a new Java Project in whatever IDE you want.
  2. Put the app and the media folder from the src folder to the source (src) folder of your project.
  3. Create a MySQL(or any other) database(e.g. java_login) and in it create a table (e.g. bank_account) with 7 columns i.e Username, AccNo, Password, Age, Gender, Email and Balance.
  4. Modify the database url, username & password in the Deposit.java, Withdraw.java, Login, Get_balance.java and SQLinsert.java files.
  5. I’ve also attached the jar files of libraries necessary for this, which you can add in the lib folder.