Skip to content

Simple hello world webapp using Kotlin, Sparkjava and Bazel

License

Notifications You must be signed in to change notification settings

sgdan/kotlin-bazel-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: