加载本地jar包
<dependency>
<groupId>groupId</groupId>
<artifactId>artifactId</artifactId>
<version>1.0.0-RELEASE</version>
<scope>system</scope>
<systemPath>E:/aaa-1.0.0-RELEASE.jar</systemPath>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</exclusion>
</exclusions>
</dependency>