Closed nickevin closed 6 years ago
官方文档对第三方 Starter 的建议:Do not start your module names with spring-boot, even if you are using a different Maven groupId. We may offer an official support for the thing you’re auto-configuring in the future.
可以参考 Mybtais 的 POM:
<dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.0.0-SNAPSHOT</version> </dependency>
详见:https://docs.spring.io/spring-boot/docs/1.5.9.RELEASE/reference/htmlsingle/#boot-features-custom-starter-naming
是的,这个问题很早已经有人提了,下个版本会修改
官方文档对第三方 Starter 的建议:Do not start your module names with spring-boot, even if you are using a different Maven groupId. We may offer an official support for the thing you’re auto-configuring in the future.
可以参考 Mybtais 的 POM:
详见:https://docs.spring.io/spring-boot/docs/1.5.9.RELEASE/reference/htmlsingle/#boot-features-custom-starter-naming