h

hsweb-access-logging-aop

基于AOP实现访问日志解析,使用spring event发布日志事件.
Files download
File Operation
hsweb-access-logging-aop-4.0.16.jar download
hsweb-access-logging-aop-4.0.16.pom download
hsweb-access-logging-aop-4.0.16-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hswebframework.web</groupId>
  <artifactId>hsweb-access-logging-aop</artifactId>
  <version>4.0.16</version>
</dependency>
Gradle Groovy
implementation 'org.hswebframework.web:hsweb-access-logging-aop:4.0.16'
Gradle Kotlin
implementation("org.hswebframework.web:hsweb-access-logging-aop:4.0.16")
Scala SBT
libraryDependencies += "org.hswebframework.web" % "hsweb-access-logging-aop" % "4.0.16"
Groovy Grape
@Grapes(
  @Grab(group='org.hswebframework.web', module='hsweb-access-logging-aop', version='4.0.16')
)
Apache Ivy
<dependency org="org.hswebframework.web" name="hsweb-access-logging-aop" rev="4.0.16" />
Leiningen
[org.hswebframework.web/hsweb-access-logging-aop "4.0.16"]
Apache Buildr
'org.hswebframework.web:hsweb-access-logging-aop:jar:4.0.16'