摘要: 在spring-cloud项目中 在src/lib下导入 三方jar包 jenkins编译报错 程序包xxx不存在,原因:因为pom文件中没有添加该jar包依赖 解决办法在pom文件中添加依赖 <dependency> <groupId>com.xxxx</groupId> <artifactId> 阅读全文
posted @ 2023-07-06 15:27 Alexich39 阅读(59) 评论(0) 推荐(0)