Skip to content

Un projet simple de CRUD desktop pour 3 tables : Medecin, Patient et Visiter.

Notifications You must be signed in to change notification settings

rivon0507/crud-centre-medical-hibernate-swing

Repository files navigation

CRUD CENTRE MEDICAL

Summary

This is a simple CRUD project of three (03) tables using Hibernate and Java Swing.

How to set up

  • Fork the repository
  • Clone the repo
  • Run ./gradlew build (Linux) or gradlew.bat build (Windows) to download the dependencies
  • copy src/main/java/resources/hibernate.properties.example to src/main/java/resources/hibernate.properties to configure hibernate
  • Run the tests to ensure everything has been properly configured: ./gradlew check for Linux or gradlew.bat check for Windows
  • The project can now be run using ./gradlew run (Linux) or gradlew.bat run (Windows)

About

Un projet simple de CRUD desktop pour 3 tables : Medecin, Patient et Visiter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages