Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfriaa/swing-database-starter
A Swing Database / CRUD Sample application
https://github.com/nfriaa/swing-database-starter
awt crud h2-database java log4j maven mysql swing
Last synced: about 1 month ago
JSON representation
A Swing Database / CRUD Sample application
- Host: GitHub
- URL: https://github.com/nfriaa/swing-database-starter
- Owner: nfriaa
- License: other
- Created: 2017-04-17T21:31:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T08:45:53.000Z (over 7 years ago)
- Last Synced: 2023-10-20T04:23:07.528Z (about 1 year ago)
- Topics: awt, crud, h2-database, java, log4j, maven, mysql, swing
- Language: Java
- Homepage:
- Size: 3.86 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swing-database-starter-1.0.0
A Sample Swing Database / CRUD Application.[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/nfriaa/swing-database-starter/issues) [![Travis](https://img.shields.io/travis/rust-lang/rust.svg)](https://github.com/nfriaa/swing-database-starter) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/nfriaa/swing-database-starter/blob/master/LICENSE)
## Description
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.## Dev tools
* Java
* JDK 1.8
* AWT
* Swing
* MDI (Multi Documents Interfaces)
* Maven
* Log4j
* Java Properties config files
* H2 Database
* MySQL## Demo
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 &
```
## Clone and create your project
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 :
```xml
swing-database-starter
```
To :
```xml
your-project-name
```;-)
```
__ _
/ _| (_)
_ __ | |_ _ __ _ __ _ __ _
| '_ \| _| '__| |/ _` |/ _` |
| | | | | | | | | (_| | (_| |
|_| |_|_| |_| |_|\__,_|\__,_|
```