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>
相關文章
相關標籤/搜索