
Maven
程序小白-M
如果你真的愿意去努力,你人生最坏的结果,也不过是大器晚成。
展开
-
Maven-编译报错(was cached in the local repository...)
Maven-编译报错原创 2022-03-21 17:22:22 · 9477 阅读 · 0 评论 -
Maven-多模块打包异常(repackage failed: Unable to find main class)
项目下新增一个模块,结果打包异常,日志如下: [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.0.5.RELEASE:repackage (default) on project supply-common: Execution default of goal org.springframework.boot:spring-boot-maven-plugin:2.0.5.RELEASE:原创 2021-12-29 17:43:20 · 547 阅读 · 0 评论 -
Maven-pom.xml部分标签使用
一、示例 <dependencies> <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <version>3.4.13</version> <exclu...原创 2019-12-26 17:26:28 · 118 阅读 · 0 评论