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 background option for bazel run #117 #118

Closed plaird closed 3 years ago

plaird commented 3 years ago

Parity with the maven plugin. This feature allows the user to launch the Spring Boot application with bazel run and return immediately. The application will be running in the background and:

This feature will help when implementing integration tests.