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
- Host: GitHub
- URL: https://github.com/danny02/bazel-boot-demo
- Owner: Danny02
- Created: 2018-03-19T23:27:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T00:01:15.000Z (over 8 years ago)
- Last Synced: 2025-01-02T11:27:37.056Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bazel Spring Boot Build
[](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)