License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcn.hangsman.operationlog |
ArtifactId | ArtifactIdoperation-log-spring-boot-autoconfigure |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description参考mzt-biz-log实现的一款基于 spring aop 操作日志记录工具
|
<!-- https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-spring-boot-autoconfigure/ -->
<dependency>
<groupId>cn.hangsman.operationlog</groupId>
<artifactId>operation-log-spring-boot-autoconfigure</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-spring-boot-autoconfigure/
implementation 'cn.hangsman.operationlog:operation-log-spring-boot-autoconfigure:1.0.1'
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-spring-boot-autoconfigure/
implementation ("cn.hangsman.operationlog:operation-log-spring-boot-autoconfigure:1.0.1")
'cn.hangsman.operationlog:operation-log-spring-boot-autoconfigure:jar:1.0.1'
<dependency org="cn.hangsman.operationlog" name="operation-log-spring-boot-autoconfigure" rev="1.0.1">
<artifact name="operation-log-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hangsman.operationlog', module='operation-log-spring-boot-autoconfigure', version='1.0.1')
)
libraryDependencies += "cn.hangsman.operationlog" % "operation-log-spring-boot-autoconfigure" % "1.0.1"
[cn.hangsman.operationlog/operation-log-spring-boot-autoconfigure "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
cn.hangsman.operationlog : operation-log-core | jar | 1.0.1 |