Skip to content

devonfw-sample/devon4quarkus-cicd-testapp-service-b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devon4quarkus-cicd-testapp-service-b

Service which is called by devon4quarkus-cicd-testapp-service-a.

If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .

Running the application in dev mode

You can run your application in dev mode using: shell script ./mvnw compile quarkus:dev

Access your REST endpoint

curl -w "\n" http://localhost:8081/hello

or

curl -w "\n" http://localhost:8081/hello/Florian

Running tests

You can run tests from your IDE or via Maven. Simply run ./mvnw test or ./mvnw package

Packaging and running the application

The application can be packaged using:

./mvnw package

It produces the quarkus-run.jar file in the target/quarkus-app/ directory. Be aware that it’s not an über-jar as the dependencies are copied into the target/quarkus-app/lib/ directory.

If you want to build an über-jar, execute the following command:

./mvnw package -Dquarkus.package.type=uber-jar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published