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
- Host: GitHub
- URL: https://github.com/baloise/cicd-pipeline_java-maven-jboss-hello-world
- Owner: baloise
- Created: 2020-10-29T19:15:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-20T11:44:11.000Z (over 5 years ago)
- Last Synced: 2025-02-22T21:27:10.006Z (over 1 year ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.