Watch the talk at https://youtu.be/AtRmlpjGO8I?si=6NmvHhEDFtvDqExj
To run the application locally, follow these steps:
-
Open a terminal and navigate to the project's root directory.
-
Make sure you have the appropriate Java version installed. We have tested with Java SE 8, Java SE 11, Java SE 17, and Java SE 21.
-
Execute the following command:
./mvn -Prun
- Once the runtime starts, you can access the project at http://localhost:8080/
If you've got your account created at https://billing.payara.cloud (free trial available), follow these steps to deploy the application to Payara Cloud:
Open a terminal and navigate to the project's root directory. Execute the following Maven command to build the application and deploy to the Payara Cloud:
./mvn package payara-cloud:deploy