1、報這個錯誤是因為,依賴沒刪除干凈,去maven倉庫刪除依賴重新下載,
如果不行,則換成其他版本的依賴
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.2.3.RELEASE</version>
<scope>compile</scope>
</dependency>
1、報這個錯誤是因為,依賴沒刪除干凈,去maven倉庫刪除依賴重新下載,
如果不行,則換成其他版本的依賴
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.2.3.RELEASE</version>
<scope>compile</scope>
</dependency>
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。