Skip to content

Latest commit

 

History

History

jpaexample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

EPI Gijón logo

Deploying the JPA Application

The application runs like a standard Java program. Follow these steps:

  1. Deploy the HSQL database using the /startup.sh or /startup.bat scripts located in the /data folder. This step is required to set up the application.
  2. Execute MainInicial.java.
  3. Run Main1.java to load the data.
  4. Run Main2.java to query the data.