Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 780 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 780 Bytes

kotlin-bazel-webapp

Simple hello world webapp using Kotlin, Sparkjava and Bazel

Use bazel to build the war:

bazel build //:webapp

It's a fat war so run like executable jar:

java -jar bazel-genfiles/webapp.war

Then go to http://localhost:4567/hello

Testing with the WebSphere docker image

Used together with https://github.com/sgdan/docker-websphere-sqlserver can use the following: