本文出自明月工作室:https://www.freebytes.net/it/java/session-count-1-0.html
近期写了一个jar包,放在了maven中心仓库,主要用途是:可在普通tomcat项目、springboot项目、spring-security项目上获取在线用户数量的java组件。
详细的原理介绍和用途、用法在我的另一篇博客中有写——SpringBoot、security获取在线用户数量。
maven依赖是:
<!-- https://mvnrepository.com/artifact/net.freebytes/session-count -->
<dependency>
<groupId>net.freebytes</groupId>
<artifactId>session-count</artifactId>
<version>1.0</version>
</dependency>