Correct the classpath of your application so that it contains a single.........................


Correct the classpath of your application so that it contains a single......

 

 

 

 

 原因是gson的jar包版本问题,解决办法是加入依赖

     <dependency>
            <groupId>com.google.code.gson</groupId>
            <artifactId>gson</artifactId>
            <version>2.3</version>
        </dependency>

然后删除原来的gson,

 

 

 

 点击进去之后删掉原来的版本号即可

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM