摘要:
1.關(guān)鍵點:通過springboot打包插件,將項目依賴都打到一個jar包內(nèi)。 以下是pom配置文件: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler- 閱讀全文
posted @ 2024-04-17 19:20
黃進(jìn)廣寒
閱讀(1342)
評論(0)
推薦(0)
摘要:
https://gitcode.csdn.net/65acad9db8e5f01e1e4520d7.html 閱讀全文
posted @ 2024-04-17 09:40
黃進(jìn)廣寒
閱讀(20)
評論(0)
推薦(0)
摘要:
問題描述: git init 初始化git項目時報錯 Reinitialized existing Git repository in... 問題原因: 該路徑已經(jīng)存在.git文件了 解決方法: 在項目路徑下面執(zhí)行以下命令: 1>ls -a2>rm -rf .git3>git init 閱讀全文
posted @ 2024-04-17 09:27
黃進(jìn)廣寒
閱讀(1556)
評論(0)
推薦(0)

浙公網(wǎng)安備 33010602011771號