Could not find artifact org.springframework.boot
时间: 2023-09-27 09:10:19 浏览: 70
Please check the following:
1. Make sure you have the correct version of Spring Boot in your dependencies. You can check the latest version on the Spring Boot website.
2. Check your Maven or Gradle settings to ensure that the repository containing the Spring Boot artifacts is correctly configured.
3. Make sure you have an internet connection and that your firewall is not blocking access to the repository.
4. Clean and rebuild your project to ensure that all dependencies are downloaded and installed correctly.
5. If the problem persists, try deleting the .m2 or .gradle folder in your home directory and re-building your project. This will clear your local Maven or Gradle cache and force a fresh download of all dependencies.
阅读全文