
maven
csap
创造未来,源于科技,美好佳园。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
docker 搭建 nexus
拉取镜像拉取最新版本,目前最新版本是3.20.1docker pull sonatype/nexus3持久化目录mkdir -p /data/nexus/datachmod 777 -R /data/nexus/data启动镜像docker run -d --name nexus3 -p 8081:8081 --restart always -v /data/nexus/data:/nexus-data sonatype/nexus3查看日志docker l原创 2021-10-15 15:24:35 · 201 阅读 · 0 评论 -
.idea在.gitignore文件设置后无效
git rm -r --cached .idea原创 2020-01-20 01:04:49 · 646 阅读 · 0 评论