Commit 2c2f8255 authored by Java-刘 彧阳's avatar Java-刘 彧阳

添加http接口调用IP白名单(172.*)

parent 15a60aa7
...@@ -39,7 +39,7 @@ public class IPWhiteListInterceptor implements HandlerInterceptor { ...@@ -39,7 +39,7 @@ public class IPWhiteListInterceptor implements HandlerInterceptor {
return isMatch;*/ return isMatch;*/
LOGGER.info("来源IP:[{}]",remoteIP); LOGGER.info("来源IP:[{}]",remoteIP);
} }
LOGGER.info("未能获取remoteIP"); // LOGGER.info("未能获取remoteIP");
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment