/bazel-boot-demo

An simple Bazel build showing how to package an executable Spring Boot Jar file

Primary LanguagePython

Bazel Spring Boot Build

Build Status

A little Demo Application showing an working example of a Bazel build which produces a executable Spring Boot JAR file.

bazel macro

We use a custom macro named bazel-springboot-rule

The executable JAR can be found at bazel-genfiles/demoapp_springboot.jar

travis build

copied from korfuri