Update version 2.1.1
parent
3bf04c9a18
commit
7758326ca5
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<groupId>com.monkeyk</groupId>
|
<groupId>com.monkeyk</groupId>
|
||||||
<artifactId>spring-oauth-server</artifactId>
|
<artifactId>spring-oauth-server</artifactId>
|
||||||
<version>2.1.0</version>
|
<version>2.1.1</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<name>${project.artifactId}</name>
|
<name>${project.artifactId}</name>
|
||||||
|
|
|
@ -16,7 +16,7 @@ public abstract class WebUtils {
|
||||||
/**
|
/**
|
||||||
* Sync by pom.xml <version></version>
|
* Sync by pom.xml <version></version>
|
||||||
*/
|
*/
|
||||||
public static final String VERSION = "2.1.0";
|
public static final String VERSION = "2.1.1";
|
||||||
|
|
||||||
|
|
||||||
private static ThreadLocal<String> ipThreadLocal = new ThreadLocal<>();
|
private static ThreadLocal<String> ipThreadLocal = new ThreadLocal<>();
|
||||||
|
|
Loading…
Reference in New Issue