https://github.com/alextraveylan/exo-final-jsf
CRUD students en JSF
https://github.com/alextraveylan/exo-final-jsf
Last synced: 3 months ago
JSON representation
CRUD students en JSF
- Host: GitHub
- URL: https://github.com/alextraveylan/exo-final-jsf
- Owner: AlexTraveylan
- Created: 2022-11-23T21:54:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T08:23:36.000Z (over 2 years ago)
- Last Synced: 2025-01-13T10:51:05.992Z (5 months ago)
- Language: Java
- Size: 4.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Student en JSF.
- liste, ajout, modifier, supprimer avec BDD sur une liste de student.
# my sql
- DATABASE : student_tracker
- TABLE : student
- id int primary key auto_increment
- first_name varchar(45)
- last_name varchar(45)
- email varchar(45)