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 BuildProperties bean in Spring Boot by writing META-INF/build-info.properties #113

Open plaird opened 3 years ago

plaird commented 3 years ago

The BuildProperties bean in Spring Boot is loaded from data populated in META-INF/build-info.properties

It allows for custom properties to be added. We should support that too.