o

operation-log-boot-starter

一个简易记录用户操作日志的Spring应用程序 A simple spring application that records user operations
https://github.com/creekmoon/opration-log-boot-starter
The Apache Software License, Version 2.0
JY
Files download
File Operation
operation-log-boot-starter-2.1.2.jar download
operation-log-boot-starter-2.1.2.pom download
operation-log-boot-starter-2.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.creekmoon</groupId>
  <artifactId>operation-log-boot-starter</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.creekmoon:operation-log-boot-starter:2.1.2'
Gradle Kotlin
implementation("io.github.creekmoon:operation-log-boot-starter:2.1.2")
Scala SBT
libraryDependencies += "io.github.creekmoon" % "operation-log-boot-starter" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.creekmoon', module='operation-log-boot-starter', version='2.1.2')
)
Apache Ivy
<dependency org="io.github.creekmoon" name="operation-log-boot-starter" rev="2.1.2" />
Leiningen
[io.github.creekmoon/operation-log-boot-starter "2.1.2"]
Apache Buildr
'io.github.creekmoon:operation-log-boot-starter:jar:2.1.2'