An open API service indexing awesome lists of open source software.

https://github.com/danny02/bazel-boot-demo

An simple Bazel build showing how to package an executable Spring Boot Jar file
https://github.com/danny02/bazel-boot-demo

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Bazel Spring Boot Build
[![Build Status](https://travis-ci.org/Danny02/bazel-boot-demo.svg?branch=master)](https://travis-ci.org/Danny02/bazel-boot-demo)

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](https://github.com/salesforce/bazel-springboot-rule)

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

## travis build
copied from [korfuri](https://github.com/korfuri/bazel-travis)