以 spring-boot-starter-aop 为例:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
有 MANIFEST.MF 文件
Manifest-Version: 1.0 Implementation-Title: Spring Boot AOP Starter Automatic-Module-Name: spring.boot.starter.aop Implementation-Version: 2.0.3.RELEASE Built-By: Spring Created-By: Apache Maven 3.5.3 Build-Jdk: 1.8.0_141
spring.provides 文件
provides: spring-aop,aspectjrt,aspectjweaver
综上:starter 只是指定 jar 和版本号
浙公网安备 33010602011771号