An open API service indexing awesome lists of open source software.

https://github.com/baloise/cicd-pipeline_java-maven-jboss-hello-world


https://github.com/baloise/cicd-pipeline_java-maven-jboss-hello-world

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

          

# cicd-pipeline_java-maven-jboss-hello-world

## Getting started

1) Build the application and deploy the war file on a jboss.

i.e. `mvn package org.wildfly.plugins:wildfly-maven-plugin:2.1.0.Beta1:run`

1) Open [http://localhost:8080/demo/api/hello/v1](http://localhost:8080/demo/api/hello/v1) to see the greeting.