Home

Awesome

Maven Starter Application

This is a Hexagon service created from a template.

Software Requirements

To build the application you will need:

To run the application:

Development

The reports are located in the target directory after building the project.

Maven Wrapper Setup

You can change Gradle version in .mvn/wrapper/maven-wrapper.properties.

Usage

After building the project (./mvnw package), an archive with the application's executable JAR is stored in target/<projectName>-<version>-jar-with-dependencies.jar.

You can run the application executing the following command: java -jar target/<projectName>-<version>-jar-with-dependencies.jar

Logs are stored in the log directory inside the script's execution directory.

Once the application is running, you can send a request executing: curl http://localhost:9090/text

Native Image

./mvnw -Pnative -Dagent install