摘要: https://blog.csdn.net/qq_38695182/article/details/80034680 阅读全文
posted @ 2022-03-22 21:33 千夜术士 阅读(80) 评论(0) 推荐(0)
摘要: pom.xml <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties> <dependencies 阅读全文
posted @ 2022-03-22 17:00 千夜术士 阅读(479) 评论(0) 推荐(0)
摘要: 1.背景:使用 jmh 在 idea 上测试多线程 2.问题:发现并没有成功打包,原因是缺乏 jar 相关依赖,加入如下依赖 <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>mave 阅读全文
posted @ 2022-03-22 16:10 千夜术士 阅读(117) 评论(0) 推荐(0)
摘要: 1.下载 mvn 包 最新版本 http://maven.apache.org/download.cgi 历史版本 https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/ 2.将安装包拷贝到 Linux 系统 软件 Xshell6 的功能 阅读全文
posted @ 2022-03-22 15:15 千夜术士 阅读(91) 评论(0) 推荐(0)