Skip to content

FabioAugustoRodrigues/JavaFX-MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/>

Releases

No releases published

Packages

No packages published