在pom中引入gson依赖,启动spring boot项目中报错 Description:An attempt was made to call the method com.google.gson.GsonBuilder.setLenient()Lcom/google/gson/GsonBuilder; but it does not exist. Its class, com.google.gson.GsonBuilder, is available from the following l
参考官方网站:http://maven.apache.org/plugins/maven-assembly-plugin/usage.html 方法一:将pom.xml引入的jar包打到zip文件夹中 1.pom.xml的配置 <!-- 打包配置 start --> <build> <plugins> <plugin> <!-- NOTE: We don't need a groupId specification because the group