o

operate-log

参考mzt-biz-log实现的一款基于 spring aop 操作日志记录工具 支持自定义方法处理
https://github.com/hangsman/operate-log
The Apache Software License, Version2.0
hangsman
Files download
File Operation
operate-log-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>cn.hangsman.operatelog</groupId>
  <artifactId>operate-log</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.hangsman.operatelog:operate-log:1.1.1'
Gradle Kotlin
implementation("cn.hangsman.operatelog:operate-log:1.1.1")
Scala SBT
libraryDependencies += "cn.hangsman.operatelog" % "operate-log" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.hangsman.operatelog', module='operate-log', version='1.1.1')
)
Apache Ivy
<dependency org="cn.hangsman.operatelog" name="operate-log" rev="1.1.1" />
Leiningen
[cn.hangsman.operatelog/operate-log "1.1.1"]
Apache Buildr
'cn.hangsman.operatelog:operate-log:jar:1.1.1'
Dependencies
The project has no third-party dependencies