文章分类 - 018_java工具
摘要:一、Nexus搭建 docker pull sonatype/nexus3:3.59.0 (1)docker方式启动 docker run -d --name nexus3 -p 8081:8081 --restart always -v /data/nexus/data:/nexus-data s
阅读全文
摘要:一、maven生命周期里的clean/validate/compile/test/package/verify/install/site/deploy的作用分别是啥?请详细解释 maven生命周期中的这些阶段具有以下作用: clean - 清理项目,将以前构建生成的target目录删除,为重新构建做
阅读全文

浙公网安备 33010602011771号