Add spring integration test to archetype #323
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
spring
springframework and spring-boot
test
Milestone
With PR #312 we merged a change that broke our archetype.
This has been fixed with PR #322.
However, our integration tests running, building and testing the archetype should fail in travis when the archetype is broken and spring-boot app can not even startup.
Therefore, we need to add a general
@SpringBootTest
that ensures theSpringBootApp
starts up without errors.This way we will prevent such blind spots when merging PRs and wont introduce such breaking change again in the future.
The text was updated successfully, but these errors were encountered: