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 handling of OS signals in Boot app #102

Closed plaird closed 3 years ago

plaird commented 3 years ago

Signal handling, as suggested by @joeljeske #91

Also a minor change to fail the bash script if there any errors (@khogeland #100)