update version to 0.3.2

This commit is contained in:
mxd 2019-12-26 10:57:36 +08:00
parent 97be24969d
commit 964a3a63eb
6 changed files with 7 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
<packaging>pom</packaging>
<name>spider-flow</name>
<url>https://gitee.com/jmxd/spider-flow</url>
@ -14,7 +14,7 @@
<version>2.0.7.RELEASE</version>
</parent>
<properties>
<spider-flow.version>0.3.1</spider-flow.version>
<spider-flow.version>0.3.2</spider-flow.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
</parent>
<artifactId>spider-flow-api</artifactId>
<name>spider-flow-api</name>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
</parent>
<artifactId>spider-flow-core</artifactId>
<name>spider-flow-core</name>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
</parent>
<artifactId>spider-flow-web</artifactId>
<name>spider-flow-web</name>

View File

@ -32,8 +32,7 @@ public class SpiderApplication implements ServletContextInitializer{
@Bean
public PaginationInterceptor paginationInterceptor() {
PaginationInterceptor paginationInterceptor = new PaginationInterceptor();
return paginationInterceptor;
return new PaginationInterceptor();
}
}

View File

@ -11,7 +11,7 @@
</head>
<body class="layui-layout layui-layout-admin">
<div class="layui-header">
<div class="layui-logo">SpiderFlow平台v0.3.1</div>
<div class="layui-logo">SpiderFlow平台v0.3.2</div>
<ul class="layui-nav layui-layout-left"></ul>
</div>
<div class="layui-side">