Skip to content

Commit

Permalink
last update
Browse files Browse the repository at this point in the history
last update made
  • Loading branch information
AdamRuth01 committed Mar 17, 2024
1 parent e57b099 commit 5ad67a9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,24 @@ The `reparations` table has two foreign keys, `customer_id` and `mobile_device_i
- --
### Functions
#####
* __:
* _Code Functions_:
* * The function in the code:
1. JDBC connection
2. CRUD for each methode
3. Test environment implemented
4. Possibility for AWS RDS Connection
* * *Main description:* The program is a Fictitious definition of a mobile reparation company with `customers, mobile devices and reparation` entity's that define each class and makes it possible to crud each table/class.

- --
### Code structure
#####
* __:
* _Code structure_:
* * The code structure is implemented after `My-SQL-Workbench` structure.
The code has been implemented and configured afterwards depending on the change in the test environment,
just fine adjustment for make `(Mock)` easier.




![img.png](img.png)
- --
Binary file added img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/main/java/org/example/manager/DBConnectionBase_.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ protected Connection getConnection() {
}
return conn;
}


}

0 comments on commit 5ad67a9

Please sign in to comment.