o

operation-log-parent

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