jar

io.github.tanzhou2002 : easylog-spring-boot-starter

Maven & Gradle

Jan 05, 2023

easylog-spring-boot-starter · 通过注解实现操作日志记录

Table Of Contents

Latest Version

Download io.github.tanzhou2002 : easylog-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.tanzhou2002 : easylog-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.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 easylog-spring-boot-starter-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.tanzhou2002.easylog.configuration

├─ io.github.tanzhou2002.easylog.configuration.EasyLogAutoConfiguration.class - [JAR]

├─ io.github.tanzhou2002.easylog.configuration.EasyLogProperties.class - [JAR]

io.github.tanzhou2002.easylog.annotation

├─ io.github.tanzhou2002.easylog.annotation.EasyLog.class - [JAR]

├─ io.github.tanzhou2002.easylog.annotation.EasyLogs.class - [JAR]

io.github.tanzhou2002.easylog.function.impl

├─ io.github.tanzhou2002.easylog.function.impl.DefaultCustomFunction.class - [JAR]

├─ io.github.tanzhou2002.easylog.function.impl.DefaultFunctionServiceImpl.class - [JAR]

io.github.tanzhou2002.easylog.aop

├─ io.github.tanzhou2002.easylog.aop.EasyLogAspect.class - [JAR]

io.github.tanzhou2002.easylog.model

├─ io.github.tanzhou2002.easylog.model.EasyLogInfo.class - [JAR]

├─ io.github.tanzhou2002.easylog.model.EasyLogOps.class - [JAR]

├─ io.github.tanzhou2002.easylog.model.MethodExecuteResult.class - [JAR]

io.github.tanzhou2002.easylog.service

├─ io.github.tanzhou2002.easylog.service.ILogRecordService.class - [JAR]

├─ io.github.tanzhou2002.easylog.service.IOperatorService.class - [JAR]

io.github.tanzhou2002.easylog.util

├─ io.github.tanzhou2002.easylog.util.EasyLogVersion.class - [JAR]

├─ io.github.tanzhou2002.easylog.util.JsonUtils.class - [JAR]

io.github.tanzhou2002.easylog.context

├─ io.github.tanzhou2002.easylog.context.ApplicationContextHolder.class - [JAR]

├─ io.github.tanzhou2002.easylog.context.EasyLogCachedExpressionEvaluator.class - [JAR]

├─ io.github.tanzhou2002.easylog.context.EasyLogEvaluationContext.class - [JAR]

io.github.tanzhou2002.easylog.constants

├─ io.github.tanzhou2002.easylog.constants.EasyLogConsts.class - [JAR]

io.github.tanzhou2002.easylog.function

├─ io.github.tanzhou2002.easylog.function.CustomFunctionFactory.class - [JAR]

├─ io.github.tanzhou2002.easylog.function.EasyLogParser.class - [JAR]

├─ io.github.tanzhou2002.easylog.function.ICustomFunction.class - [JAR]

├─ io.github.tanzhou2002.easylog.function.IFunctionService.class - [JAR]

io.github.tanzhou2002.easylog.service.impl

├─ io.github.tanzhou2002.easylog.service.impl.DefaultLogRecordServiceImpl.class - [JAR]

├─ io.github.tanzhou2002.easylog.service.impl.DefaultOperatorServiceImpl.class - [JAR]

io.github.tanzhou2002.easylog.compare

├─ io.github.tanzhou2002.easylog.compare.Equator.class - [JAR]

├─ io.github.tanzhou2002.easylog.compare.FieldInfo.class - [JAR]

io.github.tanzhou2002.easylog.exception

├─ io.github.tanzhou2002.easylog.exception.EasyLogException.class - [JAR]

Advertisement