Skip to content

pdudits/jakarta-mvc-unpoly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payara Starter Project

This is a sample application generated by the Payara Starter.

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 clean package payara-micro:dev
  1. Once the runtime starts, you can access the project at http://localhost:8080/

Deploying to Payara Cloud

To deploy the application to Payara Cloud follow these steps:

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 clean package payara-cloud:dev

About

Demo application with Jakarta MVC, Unpoly and JTE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published