Spring AOP日志实现(二)--获取访问者IP及访问路径

获取类及方法上的@RequestMapping注解:

Spring AOP日志实现(二)--获取访问者IP及访问路径

获取访问者的ip地址,首先配置一个监听器:

Spring AOP日志实现(二)--获取访问者IP及访问路径

配置完监听器后,就可以在类中注入一个HttpServletRequest:

Spring AOP日志实现(二)--获取访问者IP及访问路径

获取ip:

Spring AOP日志实现(二)--获取访问者IP及访问路径

 

上一篇:前端获取运行时路径


下一篇:HttpServletRequest和ServletRequest的区别