Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.02 KB

Unpoly Demo on Jakarta REST

Watch the talk at https://youtu.be/AtRmlpjGO8I?si=6NmvHhEDFtvDqExj

Getting Started

Prerequisites

Running the Application

To run the application locally, follow these steps:

  1. Open a terminal and navigate to the project's root directory.

  2. 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.

  3. Execute the following command:

./mvn -Prun
  1. Once the runtime starts, you can access the project at http://localhost:8080/

Deploying to Payara Cloud

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