1. 程式人生 > >MyEclipse載入專案 報錯筆記

MyEclipse載入專案 報錯筆記

一. No plugin found for prefix ‘war’ in the current project and in the plugin groups

No plugin found for prefix 'war' in the current project and in the plugin groups [] available from the repositories [local (C:\Users\oy\.m2\repository), local-nexus (http://***/nexus/content/groups/public/), nexus (http://**:8081/nexus/content/groups/public/)]

解決辦法:
在pom裡面新增 :

<dependency>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-resources-plugin</artifactId>
    <version>2.5</version>
</dependency>

二. 錯誤:Error occured processing XML ‘org/springframework/format/support/FormattingConversionServiceFactoryBean’. See Error Log for more details

Error occured processing XML 'org/springframework/format/support/FormattingConversionServiceFactoryBean'. See Error 
 Log for more details

解決辦法: