git clone https://github.com/besza/payara-micro-sandbox.git
./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
).