1
0
mirror of https://gitee.com/incloudcode/yexuejc-springboot.git synced 2025-07-13 07:22:44 +08:00

1.0.14 优化拦截规则:增加通配符 /**

This commit is contained in:
yexuejc 2018-09-03 19:29:47 +08:00
parent e8e3f9f2b1
commit 24a51a6a79
3 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,18 @@
yexuejc-springboot 更新内容
-------------------
#### version 1.0.15
**time2018-9-3 19:29:39** <br/>
**branch** master <br/>
**关联工程:** <br/>
```
springboot-base:1.1.8
spring-boot-starter-parent:1.5.15.RELEASE
```
**update** <br/>
1. 升级依赖
#
#### version 1.0.14
**time2018-8-25 14:31:05** <br/>
**branch** master <br/>

View File

@ -5,7 +5,7 @@
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>1.0.14</version>
<version>1.0.15</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
@ -20,7 +20,7 @@
</parent>
<properties>
<yexuejc.base.version>1.1.7</yexuejc.base.version>
<yexuejc.base.version>1.1.8</yexuejc.base.version>
<repos.yexuejc.url>https://nexus.yexuejc.club/repository/</repos.yexuejc.url>
<repos.aliyun.url>http://maven.aliyun.com/nexus/content/groups/public</repos.aliyun.url>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>1.0.14</version>
<version>1.0.15</version>
<!-- 本地打包:使用相对关联路径 -->
<!--<relativePath>../../yexuejc</relativePath>-->
</parent>