https://github.com/iifast2/jdbc-workshop1.1
JDBC CRUD + JAVA MAIL API
https://github.com/iifast2/jdbc-workshop1.1
Last synced: 5 months ago
JSON representation
JDBC CRUD + JAVA MAIL API
- Host: GitHub
- URL: https://github.com/iifast2/jdbc-workshop1.1
- Owner: iifast2
- Created: 2020-02-15T11:31:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T11:40:09.000Z (over 5 years ago)
- Last Synced: 2024-11-11T14:44:26.786Z (7 months ago)
- Language: Java
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
READ ME . rmd
# JDBC-Workshop1.1 CRUD + Mailing Service : Java Mail
JDBC Workshop 1.1 → CRUD JDBC ( Gestion : Apres Vente )
IT-Vision### Velo 1.1
# Velo ( Gest. Apres Vente ) #
used IDE : IntelliJ IDEA Community Edition
used DB : mysql ( workbench )DBname : apres_vente
DB tables :
| personne/user↑ | appointement | delivery | reclamation | repair |
|----------------|----------------|-------------|---------------|----------|
| id | idappointement | IdDelivery | IdReclamation | IdRepair |
| nom | date | IdClient | description | IdBike |
| prenom | description | IdBike | | |
| age | | description | | |user : Personne/deliveryman + → phoneNumber.
External Libraries :
Javax.mail.jar
mysql-connector-java.8.0.19.jar