jar

com.github.xiaoyuge5201 : yugb-spring-boot-starter

Maven & Gradle

Mar 18, 2021
0 stars

Collecting system log through AOP

Table Of Contents

Latest Version

Download com.github.xiaoyuge5201 : yugb-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.xiaoyuge5201 : yugb-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.1
1.0

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 yugb-spring-boot-starter-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.yugb.util

├─ com.github.yugb.util.DateUtils.class - [JAR]

├─ com.github.yugb.util.InsertLogThread.class - [JAR]

├─ com.github.yugb.util.JdbcClient.class - [JAR]

├─ com.github.yugb.util.LoggerUtil.class - [JAR]

com.github.yugb.dao

├─ com.github.yugb.dao.RequestLogDao.class - [JAR]

com.github.yugb.config

├─ com.github.yugb.config.ExcutePoolAutoConfiguration.class - [JAR]

├─ com.github.yugb.config.LogConnectionAutoConfiguration.class - [JAR]

├─ com.github.yugb.config.LogConnectionProperties.class - [JAR]

├─ com.github.yugb.config.ThreadPoolProperties.class - [JAR]

com.github.yugb.annotation

├─ com.github.yugb.annotation.YgbLog.class - [JAR]

├─ com.github.yugb.annotation.YgbLogRegistrar.class - [JAR]

com.github.yugb.aspect

├─ com.github.yugb.aspect.LogCollectAspect.class - [JAR]

com.github.yugb.bean.enums

├─ com.github.yugb.bean.enums.OperatorType.class - [JAR]

com.github.yugb.bean

├─ com.github.yugb.bean.RequestLog.class - [JAR]