升级spring-boot

[ERROR] No plugin found for prefix 'spring-boot' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (d:\.m2), nexus xxx), spring-releases (https://repo.spring.io/libs-release), central (http://repo.maven.apache.org/maven2)] -> [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/NoPluginFoundForPrefixException

------------------------------------解决方案------------------------------------------------------------------------------------------------

在pom种添加

    org.springframework.boot
    spring-boot-starter-parent
    1.3.5.RELEASE

 

你可能感兴趣的:(升级spring-boot)