Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 311 Bytes

File metadata and controls

18 lines (11 loc) · 311 Bytes

Hello World Spring Boot Example

This example shows a simple Spring Boot application packaged with Bazel.

To build:

bazel build //examples/helloworld

To run:

bazel run //examples/helloworld

For full documentation, see the //springboot package documentation.