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

Implement WAR file packaging support #115

Open plaird opened 3 years ago

plaird commented 3 years ago

Spring Boot applications are normally packaged as executable jars, but there is also support for packaging them as WAR files.