Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 521 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 521 Bytes

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.