|
|
@ -13,7 +13,7 @@
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<name>cmkg</name>
|
|
|
|
<name>cmkg</name>
|
|
|
|
<description>Demo project for Spring Boot</description>
|
|
|
|
<description>Demo project for Spring Boot</description>
|
|
|
|
|
|
|
|
<packaging>war</packaging>
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
@ -32,6 +32,13 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
|
|
|
<!-- ?????tomcat?? -->
|
|
|
|
|
|
|
|
<!-- <exclusions>-->
|
|
|
|
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
|
|
|
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
|
|
|
|
<!-- <artifactId>spring-boot-starter-tomcat</artifactId>-->
|
|
|
|
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
|
|
|
|
<!-- </exclusions>-->
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -46,7 +53,7 @@
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- spark包-->
|
|
|
|
<!-- spark?-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.spark</groupId>
|
|
|
|
<groupId>org.apache.spark</groupId>
|
|
|
|
<artifactId>spark-core_2.11</artifactId>
|
|
|
|
<artifactId>spark-core_2.11</artifactId>
|
|
|
@ -84,7 +91,13 @@
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<finalName>cmkg</finalName><!-- ????war??-->
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
|
|