Update Version 2.0.2

2.0.2
monkeyk7 2019-08-04 20:50:41 +08:00
parent 9d02603080
commit fbb06282e5
3 changed files with 13 additions and 2 deletions

View File

@ -159,6 +159,17 @@ Base on Spring-Boot
项目的开发管理使用开源项目 <a href="https://gitee.com/mkk/andaily-developer">andaily-developer</a>.
</p>
<ul>
<li>
<p>
Version: <strong>2.0.2</strong> [planning]
<br/>
Date: 2019-08-05 / ---
</p>
<ol>
<li><p>...</p></li>
</ol>
<br/>
</li>
<li>
<p>
Version: <strong>2.0.1</strong> [finished]

View File

@ -5,7 +5,7 @@
<groupId>com.monkeyk</groupId>
<artifactId>spring-oauth-server</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>war</packaging>
<name>${project.artifactId}</name>

View File

@ -16,7 +16,7 @@ public abstract class WebUtils {
/**
* Sync by pom.xml <version></version>
*/
public static final String VERSION = "2.0.1";
public static final String VERSION = "2.0.2";
private static ThreadLocal<String> ipThreadLocal = new ThreadLocal<>();