Skip to content

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

Sign in

Home

User List

Update User

Personal Information

Tech Stack


Get Start

  • Restore database.
  • Change MySQL connection in Databases.ConnectionPoolImpl:
public ConnectionPoolImpl() {
		this.driver = "com.mysql.jdbc.Driver";
		this.url = "jdbc:mysql://localhost:3306/<your database's name>?allowMultiQueries=true";
		this.username = "your username";
		this.userpass = "your password";
		this.loadDriver();
		this.pool = new Stack<>();
}
  • Run in Views.MainView .

About

Inventory Manager With JDBC Connection Pool And Swing GUI.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages