salesforce / rules_spring

Bazel rule for building Spring Boot apps as a deployable jar
BSD 3-Clause "New" or "Revised" License
224 stars 48 forks source link

support data attr in springboot rule #64

Closed plaird closed 3 years ago

plaird commented 3 years ago

Fixes #48

Files listed in the data attribute are now copied to the runfiles directory for use by the spring boot application when launched via bazel run. This is the same behavior as the data attribute on java_binary.