|
|
|
@ -4,9 +4,11 @@
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<groupId>org.example</groupId>
|
|
|
|
|
<groupId>com.kiisoo</groupId>
|
|
|
|
|
<artifactId>ic</artifactId>
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
<packaging>war</packaging>
|
|
|
|
|
<name>kiisoo-ic</name>
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
@ -94,7 +96,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
|
<version>4.3.1</version>
|
|
|
|
|
<version>4.5.10</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--BeanUtils对象操作-->
|
|
|
|
|