DhyanB / jakarta10-payara-micro-fairly-minimal

Minimal Jakarta EE 10 example running on Payara Micro.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this project

A fairly minimal Jakarta EE 10 microservice running on Payara Micro 6.

Fairly minimal in that the MicroProfile, Lombok, SLF4J and some boilerplate are already included.

Requirements

Shell + make + jdk17 + gradle + docker + docker-compose

Building and running

sudo make cb         # Clean up and build the WAR file
sudo make up         # Start container
sudo make logs       # Observe container logs

curl http://localhost:8080/api/hello

sudo make down       # Stop and remove container

Run make for a full list of available commands.

About

Minimal Jakarta EE 10 example running on Payara Micro.

License:MIT License


Languages

Language:Makefile 63.8%Language:Java 36.2%