This example shows a simple Spring Boot application packaged with Bazel.
To build:
bazel build //examples/helloworldTo run:
bazel run //examples/helloworldFor full documentation, see the //springboot package documentation.
This example shows a simple Spring Boot application packaged with Bazel.
To build:
bazel build //examples/helloworldTo run:
bazel run //examples/helloworldFor full documentation, see the //springboot package documentation.