你用的是开源版吧?jar依赖都直接推送到中央仓库了的,不需要专门去配置maven就能下载。如果你改了maven配置导致无法链接阿里云的镜像仓库,需要回复下配置,然后重新配置镜像地址。
或者你也可以下载依赖的源码工程进行本地构建:https://github.com/chillzhuang/blade-tool
执行 mvn clean install便可
/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/liuyue/programming/gitee/SpringBlade/blade-auth -Dmaven.home=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3 -Dclassworlds.conf=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/bin/m2.conf -Dmaven.ext.class.path=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven-event-listener.jar -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=64856:/Applications/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8 -classpath /Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds.license:/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.6.0.jar org.codehaus.classworlds.Launcher -Didea.version=2021.1.3 install
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------< org.springblade:blade-auth >---------------------
[INFO] Building blade-auth 4.6.0
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.springblade:blade-common:jar:4.6.0 is missing, no dependency information available
[WARNING] The POM for org.springblade:blade-user-api:jar:4.6.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.848 s
[INFO] Finished at: 2025-08-22T16:04:18+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project blade-auth: Could not resolve dependencies for project org.springblade:blade-auth:jar:4.6.0: The following artifacts could not be resolved: org.springblade:blade-common:jar:4.6.0, org.springblade:blade-user-api:jar:4.6.0: Failure to find org.springblade:blade-common:jar:4.6.0 in https://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of aliyun-repos has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Process finished with exit code 1
麻烦再帮忙看一下,现在起不起来项目
bladex根目录执行 mvn clean install