From 21156c70aad97a2c466b0ae64320d456dbc939b7 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Thu, 31 Jan 2019 18:32:07 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 221 +++++++++--------- .../java/me/zhyd/oauth/utils/IpUtils.java | 1 - 2 files changed, 111 insertions(+), 111 deletions(-) diff --git a/pom.xml b/pom.xml index 1a48a77..46385f2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,110 +1,111 @@ - - - - 4.0.0 - - me.zhyd.oauth - JustAuth - 1.0.0-SNAPSHOT - - JustAuth - https://gitee.com/yadong.zhang/JustAuth - 史上最全的整合第三方登录的工具, Just Auth - - - - The Apache Software License, Version 2.0 - https://gitee.com/yadong.zhang/JustAuth/blob/master/LICENSE - - - - - - yadong.zhang - yadong.zhang0415@gmail.com - - - - - UTF-8 - 1.7 - 1.7 - 2.2.1 - 3.7.0 - true - 4.1.21 - 1.18.4 - 4.11 - 2.5 - 1.2.44 - - - - - org.projectlombok - lombok - ${lombok-version} - - - cn.hutool - hutool-http - ${hutool-version} - - - junit - junit - ${junit-version} - test - - - javax.servlet - servlet-api - ${servlet-api-version} - - - com.alibaba - fastjson - ${fastjson-version} - - - - - ${project.artifactId}-${project.version} - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler.version} - - ${project.build.sourceEncoding} - ${java.version} - ${java.version} - - - - maven-source-plugin - ${maven-source.version} - true - - - package - - jar-no-fork - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - - org.apache.maven.plugins - maven-gpg-plugin - - - - + + + + 4.0.0 + + me.zhyd.oauth + JustAuth + 1.0.0-SNAPSHOT + + JustAuth + https://gitee.com/yadong.zhang/JustAuth + 史上最全的整合第三方登录的工具, Just Auth + + + + The Apache Software License, Version 2.0 + https://gitee.com/yadong.zhang/JustAuth/blob/master/LICENSE + + + + + + yadong.zhang + yadong.zhang0415@gmail.com + + + + + UTF-8 + 1.8 + 1.8 + 1.8 + 2.2.1 + 3.7.0 + true + 4.1.21 + 1.18.4 + 4.11 + 2.5 + 1.2.44 + + + + + org.projectlombok + lombok + ${lombok-version} + + + cn.hutool + hutool-http + ${hutool-version} + + + junit + junit + ${junit-version} + test + + + javax.servlet + servlet-api + ${servlet-api-version} + + + com.alibaba + fastjson + ${fastjson-version} + + + + + ${project.artifactId}-${project.version} + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler.version} + + ${project.build.sourceEncoding} + ${java.version} + ${java.version} + + + + maven-source-plugin + ${maven-source.version} + true + + + package + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + org.apache.maven.plugins + maven-gpg-plugin + + + + diff --git a/src/main/java/me/zhyd/oauth/utils/IpUtils.java b/src/main/java/me/zhyd/oauth/utils/IpUtils.java index da3dab9..eeec62c 100644 --- a/src/main/java/me/zhyd/oauth/utils/IpUtils.java +++ b/src/main/java/me/zhyd/oauth/utils/IpUtils.java @@ -15,7 +15,6 @@ import java.net.UnknownHostException; * @date 2019/1/31 16:31 * @since 1.0 */ -@Slf4j public class IpUtils { /** -- GitLab