Skip to content

Latest commit

 

History

History

Demo App Spring Boot Example

This example shows how to use many of the features of the Spring Boot rule for Bazel.

To build:

bazel build //examples/demoapp

To run:

bazel run //examples/demoapp

For full documentation, see the springboot package documentation.