cn.hangsman.operationlog:operation-log-core

参考mzt-biz-log实现的一款基于 spring aop 操作日志记录工具

License

License

GroupId

GroupId

cn.hangsman.operationlog
ArtifactId

ArtifactId

operation-log-core
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

参考mzt-biz-log实现的一款基于 spring aop 操作日志记录工具

Download operation-log-core

How to add to project

<!-- https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-core/ -->
<dependency>
    <groupId>cn.hangsman.operationlog</groupId>
    <artifactId>operation-log-core</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-core/
implementation 'cn.hangsman.operationlog:operation-log-core:1.0.1'
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-core/
implementation ("cn.hangsman.operationlog:operation-log-core:1.0.1")
'cn.hangsman.operationlog:operation-log-core:jar:1.0.1'
<dependency org="cn.hangsman.operationlog" name="operation-log-core" rev="1.0.1">
  <artifact name="operation-log-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hangsman.operationlog', module='operation-log-core', version='1.0.1')
)
libraryDependencies += "cn.hangsman.operationlog" % "operation-log-core" % "1.0.1"
[cn.hangsman.operationlog/operation-log-core "1.0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework : spring-context-support jar
org.springframework : spring-aop jar
org.slf4j : slf4j-api jar
org.aspectj : aspectjweaver jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0