ArtifactsFilter ClassNotFoundException

修改版本号至:<version>2.0.4.RELEASE</version>

         <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.0.4.RELEASE</version>
                <configuration>
                    <mainClass>自己springboot的启动类</mainClass>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>repackage</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
原文地址:https://www.cnblogs.com/brithToSpring/p/13387465.html