spring-cloud-alibaba Invalid starter definitions

9lowa7mx  于 4个月前  发布在  Spring
关注(0)|答案(1)|浏览(138)

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.

bejyjqdl

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).

相关问题