jar

com.fineely : fineely-log

Maven & Gradle

May 24, 2023
20 stars

fineely-log · The rest interface log collection based on spring aop implementation supports kakfa and openFeign

Table Of Contents

Latest Version

Download com.fineely : fineely-log JAR file - Latest Versions:

All Versions

Download com.fineely : fineely-log JAR file - All Versions:

Version Vulnerabilities Size Updated
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 fineely-log-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.fineelyframework.log.dao

├─ com.fineelyframework.log.dao.FeignMethodLogDaoImpl.class - [JAR]

├─ com.fineelyframework.log.dao.FineelyLogFeign.class - [JAR]

├─ com.fineelyframework.log.dao.FineelyLogFeignImpl.class - [JAR]

├─ com.fineelyframework.log.dao.KafkaMethodLogDaoImpl.class - [JAR]

├─ com.fineelyframework.log.dao.MethodLogDao.class - [JAR]

├─ com.fineelyframework.log.dao.QueueMethodLogDaoImpl.class - [JAR]

com.fineelyframework.log.annotation

├─ com.fineelyframework.log.annotation.FineelyLog.class - [JAR]

├─ com.fineelyframework.log.annotation.FineelyLogMapping.class - [JAR]

├─ com.fineelyframework.log.annotation.FineelyParam.class - [JAR]

com.fineelyframework.log.aspect

├─ com.fineelyframework.log.aspect.DefaultMethodLogHandler.class - [JAR]

├─ com.fineelyframework.log.aspect.FineelyLogAspect.class - [JAR]

├─ com.fineelyframework.log.aspect.FineelyLogMappingAspect.class - [JAR]

├─ com.fineelyframework.log.aspect.MethodLogHandler.class - [JAR]

com.fineelyframework.log.queue

├─ com.fineelyframework.log.queue.QueueOperator.class - [JAR]

com.fineelyframework.log.exception

├─ com.fineelyframework.log.exception.FineelyLogException.class - [JAR]

com.fineelyframework.log.resolver

├─ com.fineelyframework.log.resolver.FineelyHandlerMethodArgumentResolver.class - [JAR]

com.fineelyframework.log.utils

├─ com.fineelyframework.log.utils.IpUtil.class - [JAR]

├─ com.fineelyframework.log.utils.MethodLogUtils.class - [JAR]

com.fineelyframework.log.config

├─ com.fineelyframework.log.config.FineelyConfig.class - [JAR]

├─ com.fineelyframework.log.config.FineelyKafkaConfig.class - [JAR]

├─ com.fineelyframework.log.config.FineelyWebConfig.class - [JAR]

com.fineelyframework.log.constants

├─ com.fineelyframework.log.constants.CommonConstants.class - [JAR]

com.fineelyframework.log.entity

├─ com.fineelyframework.log.entity.MethodLogEntity.class - [JAR]

├─ com.fineelyframework.log.entity.ParamMap.class - [JAR]

com.fineelyframework.log.strategy

├─ com.fineelyframework.log.strategy.ObjectAnalyzeStrategy.class - [JAR]

├─ com.fineelyframework.log.strategy.ReplaceStrategy.class - [JAR]

├─ com.fineelyframework.log.strategy.SimpleStrategy.class - [JAR]

├─ com.fineelyframework.log.strategy.Termination.class - [JAR]