A Sample Swing Database / CRUD Application.
A sample Swing Database / CRUD Application / MDI (Multi Documents Interface) to help developers quickly start new project...
The application is pre-configured with Maven, Log4j and auto load properties files under resources
folder.
- Java
- JDK 1.8
- AWT
- Swing
- MDI (Multi Documents Interfaces)
- Maven
- Log4j
- Java Properties config files
- H2 Database
- MySQL
The demo folder contain a built final jar with dependencies that you can run to have an idea on the application :
java -jar swing-database-starter.jar &
To use this code in your project or to start a new application using this approach you can type in terminal :
$ git clone https://github.com/nfriaa/swing-database-starter /your-local-path/your-project-name
Also in pom.xml file change :
<artifactId>swing-database-starter</artifactId>
To :
<artifactId>your-project-name</artifactId>
;-)
__ _
/ _| (_)
_ __ | |_ _ __ _ __ _ __ _
| '_ \| _| '__| |/ _` |/ _` |
| | | | | | | | | (_| | (_| |
|_| |_|_| |_| |_|\__,_|\__,_|