

This may take some time depending on the number of dependencies and your internet speed. Once eclipse is launched it will re-download the Maven dependencies of all your projects from scratch into a new ~/.m2/repository/ directory. # To delete the backup once you're sure you don't need it:


If you want to backup the cache by moving it instead of deleting then use this: # To clear the Maven (m2) cache:

Provide production-ready features such as metrics, health checks, and externalized configurationĪbsolutely no code generation and no requirement for XML configuration Provide opinionated 'starter' dependencies to simplify your build configurationĪutomatically configure Spring and 3rd party libraries whenever possible FeaturesĮmbed Tomcat, Jetty or Undertow directly (no need to deploy WAR files) If you’re looking for information about a specific version, or instructions about how to upgrade from an earlier release, check out the project release notes section on our wiki. Most Spring Boot applications need minimal Spring configuration. We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
