/JavaFX-MySQL-Demo

Demo of a JavaFX Database Application

Primary LanguageJava

JavaFX-MySQL-Demo

This is an example of a MySQL Database Application with JavaFX. I created this application as an educational project at the Hochschule Ravensburg-Weingarten.

Thanks to SlevinBE for his JavaFX-structure-demo: Check out his GitHub Page

Prerequisites

  • Java SDK 1.7.0_13 assigned to JAVA_HOME environment variable
  • Import the database.sql file into your MySQL Database
  • Set User and Password in the hibernate.cfg.xml file

How to run

You can run the application by executing the following command on the command line:

gradlew run