spring boot引入json,jsonobject,须要指定jdk15

 

spring boot引入json,须要指定jdk15spring

<dependency>
            <groupId>net.sf.json-lib</groupId>
            <artifactId>json-lib</artifactId>
            <version>2.2.3</version>
            <classifier>jdk15</classifier><!-- 指定jdk版本 -->
        </dependency>
相关文章
相关标签/搜索