|
|
|
@ -10,7 +10,7 @@ |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
<groupId>work.xiaohh</groupId> |
|
|
|
<groupId>work.xiaohh</groupId> |
|
|
|
<artifactId>xiaohh-vue</artifactId> |
|
|
|
<artifactId>xiaohh-vue</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
<version>0.0.1</version> |
|
|
|
<name>xiaohh-vue</name> |
|
|
|
<name>xiaohh-vue</name> |
|
|
|
<description>Demo project for Spring Boot</description> |
|
|
|
<description>Demo project for Spring Boot</description> |
|
|
|
<url/> |
|
|
|
<url/> |
|
|
|
@ -36,10 +36,6 @@ |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
@ -80,16 +76,16 @@ |
|
|
|
<filesets> |
|
|
|
<filesets> |
|
|
|
<!-- 清理最终存放静态资源的目录 --> |
|
|
|
<!-- 清理最终存放静态资源的目录 --> |
|
|
|
<fileset> |
|
|
|
<fileset> |
|
|
|
<directory>src/main/resources/static</directory> |
|
|
|
<directory>src/main/resources</directory> |
|
|
|
<includes> |
|
|
|
<includes> |
|
|
|
<include>**/*</include> |
|
|
|
<include>static</include> |
|
|
|
</includes> |
|
|
|
</includes> |
|
|
|
</fileset> |
|
|
|
</fileset> |
|
|
|
<!-- 清理Vue源码的构建目录 --> |
|
|
|
<!-- 清理Vue源码的构建目录 --> |
|
|
|
<fileset> |
|
|
|
<fileset> |
|
|
|
<directory>src/main/webapp/dist</directory> |
|
|
|
<directory>src/main/webapp</directory> |
|
|
|
<includes> |
|
|
|
<includes> |
|
|
|
<include>**/*</include> |
|
|
|
<include>dist</include> |
|
|
|
</includes> |
|
|
|
</includes> |
|
|
|
</fileset> |
|
|
|
</fileset> |
|
|
|
</filesets> |
|
|
|
</filesets> |
|
|
|
|