jar

io.github.rogerluoz.opslog : opslog-spring-boot-starter

Maven & Gradle

Feb 23, 2023
0 stars

Opslog SpringBoot Starter · Operation Log annotation tool

Table Of Contents

Latest Version

Download io.github.rogerluoz.opslog : opslog-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.rogerluoz.opslog : opslog-spring-boot-starter JAR file - All Versions:

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

io.github.daodao.opslog.common

├─ io.github.daodao.opslog.common.OpslogConsts.class - [JAR]

io.github.daodao.opslog.core.annotation

├─ io.github.daodao.opslog.core.annotation.Opslog.class - [JAR]

io.github.daodao.opslog.configuration

├─ io.github.daodao.opslog.configuration.OpslogAutoConfiguration.class - [JAR]

├─ io.github.daodao.opslog.configuration.OpslogProperties.class - [JAR]

io.github.daodao.opslog.core

├─ io.github.daodao.opslog.core.OpslogParser.class - [JAR]

io.github.daodao.opslog.core.evaluator

├─ io.github.daodao.opslog.core.evaluator.OpslogCachedExpressionEvaluator.class - [JAR]

├─ io.github.daodao.opslog.core.evaluator.OpslogEvaluationContext.class - [JAR]

io.github.daodao.opslog.model

├─ io.github.daodao.opslog.model.MethodExecuteResult.class - [JAR]

├─ io.github.daodao.opslog.model.OpslogAnnotationData.class - [JAR]

├─ io.github.daodao.opslog.model.OpslogResult.class - [JAR]

io.github.daodao.opslog.core.aop

├─ io.github.daodao.opslog.core.aop.OpslogAspect.class - [JAR]

io.github.daodao.opslog.core.operator

├─ io.github.daodao.opslog.core.operator.IOperatorService.class - [JAR]

io.github.daodao.opslog.core.function

├─ io.github.daodao.opslog.core.function.BaseCustomFunction.class - [JAR]

├─ io.github.daodao.opslog.core.function.ICustomFunction.class - [JAR]

io.github.daodao.opslog.core.persist

├─ io.github.daodao.opslog.core.persist.IResultPersistor.class - [JAR]