Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daguttt/t3_jdbc_crud


https://github.com/daguttt/t3_jdbc_crud

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Workshop JDBC + MySQL CRUD App

## Steps to run the project
1. From the `resources/` folder, copy the SQL in the `db.sql` file to set up the database.
2. Run the `main` function using the button provided by IntelliJ next to it, then configure the CLI parameters.
> [!NOTE]
> It's fine that an exception is raised when trying to connect to the database.

![img.png](images/run-main-function.png)

3. Set up the CLI parameters. Do not forget to click on "Apply".

![img.png](images/change-cli-parameters.png)

4. Run again the `main` function.