Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 731 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 731 Bytes

JavaFX-MySQL

Simple crud using JavaFX and JPA with Hibernate
The JavaMail API was also used to send e-mails

Samples

Reading data from database Crud screen

Registering a New Person
register screen

Database

Hibernate is being used, so the database settings are in the META-INF/persistence.xml. For the program to work, create a database with the name crudjava or put the following credentials in the file the chosen name:

<property name="javax.persistence.jdbc.url" value="jdbc:mysql://localhost:3306/NAME/>