Skip to content

A hello world sample using Gradle, Jax-rs, WAS Liberty and Docker. It can be used as startup base

Notifications You must be signed in to change notification settings

santoshborse/gradle-jax-rs-was-liberty-hello-world

Repository files navigation

gradle-jax-rs-was-liberty-hello-world

A hello world sample using Gradle, Jax-rs, WAS Liberty and Docker. It can be used as startup base

Gradle Build

gradle clean war

Build Docker image

docker build -t helloworld .

Run Docker image

docker run -p 9080:9080 -td helloworld:latest

Test

Once docker image is running on local docker hit url - http://localhost:9080/sample/hello/world

About

A hello world sample using Gradle, Jax-rs, WAS Liberty and Docker. It can be used as startup base

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published