Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 360 Bytes

File metadata and controls

18 lines (11 loc) · 360 Bytes

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.