JobsMangment
1.0.0
Webanwendung für Job Mangement (Spring Boot + JSP + JDBC + MySQL).
Voranforderung:- Spring Boot in Eclipse IDE, MySQL-Datenbank, xampp installiert
Bitte stellen Sie sicher, dass Sie Eclipse IDE Enterprise für die Webentwicklung haben.
(1) Das Projekt klonen
git clone https://github.com/nacerkraa/MAG_Project.git(2) Projekt in Eclipse IDE importieren
import the project as maven application(3) Erstellen Sie eine Datenbank mit Namen:- Mag_db;
create database mag_db ;(4) Importieren Sie die Datei Mag_db.sql in der Datenbank, um alle Tabellen zu erstellen
source path/mag_db.sql(5) Öffnen Sie das Projekt im Browser
Right click project and run as spring boot & open:- http://localhost:8080/