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
文件下载
文件名 操作
operation-log-boot-starter-1.3.3.jar 下载
operation-log-boot-starter-1.3.3.pom 下载
operation-log-boot-starter-1.3.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.creekmoon</groupId>
  <artifactId>operation-log-boot-starter</artifactId>
  <version>1.3.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.creekmoon:operation-log-boot-starter:1.3.3'
Gradle Kotlin
implementation("io.github.creekmoon:operation-log-boot-starter:1.3.3")
Scala SBT
libraryDependencies += "io.github.creekmoon" % "operation-log-boot-starter" % "1.3.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.creekmoon', module='operation-log-boot-starter', version='1.3.3')
)
Apache Ivy
<dependency org="io.github.creekmoon" name="operation-log-boot-starter" rev="1.3.3" />
Leiningen
[io.github.creekmoon/operation-log-boot-starter "1.3.3"]
Apache Buildr
'io.github.creekmoon:operation-log-boot-starter:jar:1.3.3'