jar

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

Maven & Gradle

Aug 07, 2023
0 stars

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

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.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.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.creekmoon.operationLog.utils

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

cn.creekmoon.operationLog.config

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

├─ cn.creekmoon.operationLog.config.DefaultOperationLogRecordFactory.class - [JAR]

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

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

├─ cn.creekmoon.operationLog.config.OperationLogConfig.class - [JAR]

cn.creekmoon.operationLog.core

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

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

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

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

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

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

├─ cn.creekmoon.operationLog.core.OperationLogRecordFactory.class - [JAR]