05 2024 档案
摘要:移除git历史 git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch {{文件相对路径,不要保留花括号,例如.idea/a.xml}}' HEAD 改写提交者 git filter-branch --env-fi
阅读全文
摘要:如果直接只上传jar包 不勾选Generate a POM file with these coordinates,将会导致依赖无法通过坐标引入 勾选Generate a POM file with these coordinates,自动生成的pom将不会自动引入依赖的传递依赖,也就是会缺依赖 正
阅读全文