随笔分类 - Maven
spring boot多模块项目找不到类
摘要:项目结构 mapper依赖pojo, service依赖mapper和pojo portal依赖pojo和service. 全都是maven模块 <groupId>com.haitian</groupId> <artifactId>mapper</artifactId> <version>0.0.1
阅读全文
mvn dependency:tree的用法
摘要:一.参考文档 https://maven.apache.org/plugins/maven-dependency-plugin/examples/resolving-conflicts-using-the-dependency-tree.html https://maven.apache.org/p
阅读全文
maven生命周期绑定要点
摘要:生命周期不执行任何操作,都是抱插件大腿 maven-core-3.3.9-sources.jar下META-INF/plexus/components.xml的定义了三个生命周期的插件绑定 参考:http://maven.apache.org/ref/3.5.0/maven-core/lifecyc
阅读全文
maven中 install的install:install的区别
摘要:如果一个项目,你想安装jar包到本地仓库,可能会报The packaging for this project did not assign a file to the build artifact 从这个错误可以延伸出maven 生命周期,插件目标绑定和插件前缀的知识 一.maven生命周期 ma
阅读全文

浙公网安备 33010602011771号