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