Skip to content

Commit aa3f887

Browse files
committed
添加 jsonMapper.getJSONArrayMapper 方法 version 0.6.1
1 parent cde7ea8 commit aa3f887

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,16 @@
5454
</dependency>
5555
</dependencies>
5656
</dependencyManagement>
57+
58+
<build>
59+
<plugins>
60+
<plugin>
61+
<groupId>org.springframework.boot</groupId>
62+
<artifactId>spring-boot-maven-plugin</artifactId>
63+
<configuration>
64+
<skip>true</skip>
65+
</configuration>
66+
</plugin>
67+
</plugins>
68+
</build>
5769
</project>

0 commit comments

Comments
 (0)