jar

io.github.yinjiangyue : operation-log-boot-starter

Maven & Gradle

May 19, 2022
0 stars

operation-log-boot-starter · 一个简易记录用户操作日志的Spring应用程序 A simple spring application that records user operations

Table Of Contents

Latest Version

Download io.github.yinjiangyue : operation-log-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.yinjiangyue : operation-log-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window operation-log-boot-starter-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.jy.operationLog.core

├─ cn.jy.operationLog.core.LogAspect.class - [JAR]

├─ cn.jy.operationLog.core.LogRecord.class - [JAR]

├─ cn.jy.operationLog.core.LogThreadPool.class - [JAR]

├─ cn.jy.operationLog.core.OperationLog.class - [JAR]

├─ cn.jy.operationLog.core.OperationLogContext.class - [JAR]

├─ cn.jy.operationLog.core.OperationLogDetailProvider.class - [JAR]

├─ cn.jy.operationLog.core.OperationLogHandler.class - [JAR]

cn.jy.operationLog.utils

├─ cn.jy.operationLog.utils.ObjectUtils.class - [JAR]

cn.jy.operationLog.push2es

├─ cn.jy.operationLog.push2es.EnableOperationLogElasticSearchSupport.class - [JAR]

├─ cn.jy.operationLog.push2es.OperationLogElasticClient.class - [JAR]

├─ cn.jy.operationLog.push2es.OperationLogElasticConstant.class - [JAR]

├─ cn.jy.operationLog.push2es.Push2ElasticSearchOperationLogHandler.class - [JAR]

cn.jy.operationLog.config

├─ cn.jy.operationLog.config.DefaultOperationLogDetailProvider.class - [JAR]

├─ cn.jy.operationLog.config.DefaultOperationLogHandler.class - [JAR]

├─ cn.jy.operationLog.config.EnableOperationLog.class - [JAR]

├─ cn.jy.operationLog.config.OperationLogAutoConfiguration.class - [JAR]