摘要:
1.关键点:通过springboot打包插件,将项目依赖都打到一个jar包内。 以下是pom配置文件: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler- 阅读全文
posted @ 2024-04-17 19:20
黄进广寒
阅读(1354)
评论(0)
推荐(0)
摘要:
https://gitcode.csdn.net/65acad9db8e5f01e1e4520d7.html 阅读全文
posted @ 2024-04-17 09:40
黄进广寒
阅读(21)
评论(0)
推荐(0)
摘要:
问题描述: git init 初始化git项目时报错 Reinitialized existing Git repository in... 问题原因: 该路径已经存在.git文件了 解决方法: 在项目路径下面执行以下命令: 1>ls -a2>rm -rf .git3>git init 阅读全文
posted @ 2024-04-17 09:27
黄进广寒
阅读(1567)
评论(0)
推荐(0)

浙公网安备 33010602011771号