springboot打包找不到class

springboot打包找不到classspringboot 项目 maven 打包后找不到依赖包中的 classjava io FileNotFound xxxxxxxx class 解决方法 给被依赖的包中 pom 加 org springframew bootspring boot maven plugin 找不到 springbootcl

springboot项目maven打包后找不到依赖包中的class

java.io.FileNotFoundException:xxxxxxxx.class :

解决方法:给被依赖的包中pom加

<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <classifier>exec</classifier> </configuration> </plugin> </plugins> </build> 

再次clean然后install 打包项目,就可以解决问题

今天的文章 springboot打包找不到class分享到此就结束了,感谢您的阅读。
编程小号
上一篇 2025-01-06 16:01
下一篇 2025-01-06 15:57

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/bian-cheng-ji-chu/103315.html