Giter Club home page Giter Club logo

tp2-hibernate-jpa-spring's Introduction

Gestion de Patients avec Spring Boot et JPA

Ce projet Spring Boot, Tp2HibernateJpaSpringApplication, illustre une application de gestion de patients simple utilisant Spring Data JPA pour l'interaction avec la base de données. Il montre comment effectuer des opérations CRUD (Créer, Lire, Mettre à jour, Supprimer) sur des entités Patient. Le projet démarre avec une base de données H2 en mémoire avant de migrer vers MySQL.

Configuration de l'Environnement

Assurez-vous que les outils suivants sont installés et configurés sur votre machine :

  • JDK 17 ou version supérieure
  • Maven 3.2 ou version supérieure
  • Lombok Plugin pour votre IDE
  • MySQL Server (pour la migration)

Mise en place et Exécution

Clonez le dépôt :

git clone https://github.com/ELMOUADDIBE/tp2-hibernate-jpa-spring.git

Fonctionnalités

  • Ajouter des patients, medecins, rendez-vous et consultations.
  • Consulter tous les patients : Après l'ajout, l'application affiche tous les patients présents dans la base de données.
  • Consulter, rechercher, modifier et supprimer des patients : La méthode run illustre également comment effectuer ces opérations.

Technologies Utilisées

  • Spring Boot pour le framework de l'application
  • Spring Data JPA pour l'interaction avec la base de données
  • Lombok pour réduire le boilerplate code
  • H2 Database comme base de données initiale
  • MySQL comme base de données cible pour la migration

tp2-hibernate-jpa-spring's People

Contributors

elmouaddibe avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.