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 launching the Spring Boot application in the background with bazel run #117

Closed plaird closed 3 years ago

plaird commented 3 years ago

The maven plugin has both run and start goals.

https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#goals-start

The non-blocking operation is useful on its own, but seems to have been motivated by integration tests.

We should support the same feature in the bazel run feature.