/jakarta-ee-demo

Demo app to show Jakarta EE features

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Demo application using features of Jakarta EE and Micropofile

The demo uses Open Liberty to run the application.

Usage

  • To run the application within Open Liberty in interactive mode use mvn liberty:run
  • To stop the application use mvn liberty:stop
  • To run the application within Open Liberty in dev mode use mvn liberty:dev
  • To run unit tests when in dev mode press Enter

Features

This demo application shows Jakarta EE & MicroProfile features like JAX-RS, JPA, CDI, JSF, Health Check, OpenAPI UI etc.

TODO