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