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

create demoapp, simplify helloworld #104

Closed plaird closed 3 years ago

plaird commented 3 years ago

The helloworld app was getting polluted with edge case demos. Created demoapp to hold those demos, and cleaned up helloworld to be the simple use case. Part of #10