Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.