com.github.leozhang123:zaudit-spring-boot-autoconfigure

audit log for spring boot

License

License

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

com.github.leozhang123
ArtifactId

ArtifactId

zaudit-spring-boot-autoconfigure
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

audit log for spring boot

Download zaudit-spring-boot-autoconfigure

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.leozhang123/zaudit-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>com.github.leozhang123</groupId>
    <artifactId>zaudit-spring-boot-autoconfigure</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leozhang123/zaudit-spring-boot-autoconfigure/
implementation 'com.github.leozhang123:zaudit-spring-boot-autoconfigure:0.2.1'
// https://jarcasting.com/artifacts/com.github.leozhang123/zaudit-spring-boot-autoconfigure/
implementation ("com.github.leozhang123:zaudit-spring-boot-autoconfigure:0.2.1")
'com.github.leozhang123:zaudit-spring-boot-autoconfigure:jar:0.2.1'
<dependency org="com.github.leozhang123" name="zaudit-spring-boot-autoconfigure" rev="0.2.1">
  <artifact name="zaudit-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leozhang123', module='zaudit-spring-boot-autoconfigure', version='0.2.1')
)
libraryDependencies += "com.github.leozhang123" % "zaudit-spring-boot-autoconfigure" % "0.2.1"
[com.github.leozhang123/zaudit-spring-boot-autoconfigure "0.2.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure Optional jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
com.github.leozhang123 : zaudit Optional jar 0.2.1
org.springframework.boot : spring-boot-starter-aop Optional jar

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api Optional jar

Project Modules

There are no modules declared in this project.

zaudit-spring-boot

audit log on spring framework

Getting Started

配置maven依赖

        <dependency>
			<groupId>com.github.leozhang123</groupId>
			<artifactId>zaudit-spring-boot-starter</artifactId>
			<version>0.1</version>
        </dependency>

示例:

    @PostMapping("/login")
    @ResponseBody
    @AuditLog(value="login",desc="登录")
    public Map<String, Object> login(String username,String password, HttpServletRequest request){
    .......
    }

Versions

Version
0.2.1
0.2
0.1