maven
文章平均质量分 63
专业的小学生
相互学习,相互成长
展开
-
NoClassDefFoundError
Constructor threw exception; nested exception is java.lang.NoClassDefFoundError原创 2022-06-26 13:09:17 · 4367 阅读 · 0 评论 -
maven 多模块最佳实践
多模块统一管理说明:flatten-maven-plugin 插件的统一更新的功劳注意点:建议使用环境配置profiles,profiles的properties里面要加revision版本;子级的pom版本中的parent中的版本也使用revision,然后自己的版本不写,跟父级版本一致父级pom(基础配置):此处是必须的最基础的配置,其他的配置信息未列出,需要根据自身情况来 <build> <plugins> <plugin>原创 2022-05-07 15:57:05 · 557 阅读 · 0 评论