文章分类 -  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 阅读全文
posted @ 2023-08-16 20:36 arun_python 阅读(40) 评论(0) 推荐(0)
摘要:一、maven生命周期里的clean/validate/compile/test/package/verify/install/site/deploy的作用分别是啥?请详细解释 maven生命周期中的这些阶段具有以下作用: clean - 清理项目,将以前构建生成的target目录删除,为重新构建做 阅读全文
posted @ 2023-08-05 10:44 arun_python 阅读(179) 评论(0) 推荐(0)