/payara-micro-sandbox

Payara Micro sandbox for quick prototyping

Primary LanguageJava

Payara Micro sandbox with JakartaEE and MicroProfile

Clone this repository and start prototyping.

git clone https://github.com/besza/payara-micro-sandbox.git

Components

Start the sample application

./mvnw package payara-micro:start

The sample application serves a single endpoint at http://localhost:8083/payara-sandbox/greeting.

Debugging is enabled on port 5005.

Integration test example with mvn verify (or mvnw verify).