首先,该项目是在Spring-boot中构建的。然后我想使用gson,所以我添加了对pom.xml的依赖。但发生了警告:
The managed version is 2.8.0 The artifact is managed in org.springframework.boot:spring-boot-dependencies:1.5.3.RELEASE
我点击它,发现spring-boot确实有管理:click here 但是,如果我自己删除了依赖声明,gson.jar就消失了。我不能用gson ...... 那么如何使用由spring-boot依赖管理的gson?