Skip to content

cubesort/bazel-dropwizard-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazel-dropwizard-example

A Dropwizard server built with Bazel.

Development:

  • Build: bazel build //src/example:app
  • Format BUILD files: bazel run //:buildifier
  • Re-pin Maven dependencies: bazel run @unpinned_maven//:pin

Run:

  • Build runnable binary: bazel build //src/example:app_deploy.jar
  • Run: java -jar bazel-bin/src/example/app_deploy.jar server config.yaml

Endpoints:

localhost:8080/hello
localhost:8080/hello?name=example
localhost:8081/healthcheck

About

Example Dropwizard server built with Bazel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published