According to the official documentation, a starter must include directly or indirectly spring-boot-starter
so that adding the starter alone is enough to get started.
If I add a starter from this project alone in an empty app, the code doesn't compile as Spring Boot is not available. Please add spring-boot-starter
to all starters that do not define any other starter.
1条答案
按热度按时间bejyjqdl1#
Please make sure to backport a fix in the
2.1.x
line as well (or any version you are still providing support for).