Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daguttt/t3_jdbc_crud
https://github.com/daguttt/t3_jdbc_crud
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daguttt/t3_jdbc_crud
- Owner: daguttt
- Created: 2024-11-13T21:44:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T04:11:24.000Z (about 2 months ago)
- Last Synced: 2024-11-19T05:24:00.980Z (about 2 months ago)
- Language: Java
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.