An open API service indexing awesome lists of open source software.

https://github.com/tunnels4u/javaapp_h2

This is a free to reuse - end to end basic(crud) app using java swing and h2 embedded database with maven. Please also have a look at the license file.
https://github.com/tunnels4u/javaapp_h2

app crud free h2-database java maven swing

Last synced: 4 months ago
JSON representation

This is a free to reuse - end to end basic(crud) app using java swing and h2 embedded database with maven. Please also have a look at the license file.

Awesome Lists containing this project

README

          

# java_h2 tunnel

This is a free to reuse - end to end basic(CRUD) app using "java swing and h2 database" with maven.
Please also have a look at the license file.

If you find it is useful for you and the community and more end to end applications should be developed,
please leave a star on the repo.

I am an independent developer, if you want to support my work/time
consider hitting that sponsorship button on the right!
or
if you feel like, just buy me a coffee!

## How to run it?

**You will need**

- git
- jdk 17
- apache-maven-3.9.8

**Run following commands in your terminal**

- cd path_where_you_wantto_keep_the_project/
- git clone https://github.com/tunnels4u/javaapp_h2.git
- cd javaapp_h2
- mvn compile
- mvn exec:java

**Demo**

- ![Create Database](./java_h2_demo/create_database.png?raw=true "Create Database")
- ![Create Schema](./java_h2_demo/create_schema.png?raw=true "Create Schema")
- ![Add Employee](./java_h2_demo/add_employee.png?raw=true "Add Employee")
- ![Type Name](./java_h2_demo/type_name.png?raw=true "Type Name")
- ![Save Employee](./java_h2_demo/save.png?raw=true "Save Employee")
- ![Edit Record](./java_h2_demo/edit_record.png?raw=true "Edit Record")
- ![Save Employee](./java_h2_demo/save.png?raw=true "Save Employee")
- ![Delete Record](./java_h2_demo/delete_record.png?raw=true "Delete Record")
- ![Drop Schema](./java_h2_demo/drop_schema.png?raw=true "Drop Schema")
- ![Drop Database](./java_h2_demo/drop_database.png?raw=true "Drop Database")
- ![Dropped Database](./java_h2_demo/database_dropped.png?raw=true "Dropped Database")