/documentation-services

Primary LanguageJavaApache License 2.0Apache-2.0

adoptium.net documentation services

Introduction

The service is in development. It should provide the documentation that is created at this repository on the adoptium.net website. The service is based on Eclipse MicroProfile.

Building and launching this application

The generation of the executable jar file can be performed by issuing the following command

mvn clean package

This will create an executable jar file documentationservices-bootable.jar within the target maven folder. This can be started by executing the following command

java -jar target/documentationservices-bootable.jar

To launch the test page, open your browser at the following URL

http://localhost:8080/index.html  

To check the health of the application, use the following command

curl -s http://localhost:9990/health |jq