Could not find artifact org.springframework.boot:spring-boot-start
时间: 2023-09-27 21:10:46 浏览: 76
spring-boot-starter
er-parent:pom:2.3.1.RELEASE in central (https://repo.maven.apache.org/maven2) is a common error that occurs when Maven cannot find the specified dependency in the central repository.
To resolve this issue, you can try the following solutions:
1. Make sure that you have internet connectivity and the central repository is accessible.
2. Check your Maven settings.xml file to ensure that the central repository is listed as a mirror.
3. Check your pom.xml file and verify that the dependency is correctly spelled and has the correct version number.
4. Try adding another repository to your pom.xml file and see if that resolves the issue.
5. If none of the above solutions work, try deleting your local repository and re-downloading the dependencies.
阅读全文