GUI application for working with the vehicle database and the ability to import and export data to files.
-
Supported databases: SQLite, PostgreSQL.
-
Supported import and export formats: xml, yaml, jsom, csv, bser, ser.
Build requires Java (JDK) 17+ and Apache Maven 3.8+.
git clone https://github.com/m1ra9e/gui-swing.git gui-swing
cd gui-swing
mvn clean package
For run the application, execute run.bat on Windows or run.sh on Linux.
For test with local PostgreSQL fill pg_test_settings.properties by own data.
For run tests, execute test.bat on Windows or test.sh on Linux.
version | description |
---|---|
6.0.0 | added PostgreSQL, removed choose data store on start, date and sorting in properties-file, added tools-scripts, refactoring, added license |
5.0.0 | java_17, import and export |
4.0.0 | improve and refactoring |
3.0.0 | save data after push button |
2.0.0 | db chooser |
1.0.0 | work with one internal db |
- fix bugs
- add new functions