/jakartaee-rest-quickstart-archetype

Jakarta EE 8 REST application quick start template.

Primary LanguageHTMLMIT LicenseMIT

jakartaee-rest-quickstart-archetype

Jakarta EE REST Application Quick Start Template.

Requirements

  • JDK 8 and Maven 3 to build.
  • Jakarta EE 8 server to test sample applications.

How to use

  1. Create Maven project using this archetype.
  2. Run mvn install command to build.
  3. Open http://hostname:port/context-root/api/hello to test Jakarta RESTful Web Services.