jar

com.github.lhnonline : weboot-common

Maven & Gradle

Nov 02, 2020

weboot-common · 用于SpringBoot项目 | 接口返回数据包装,http状态码aop, http请求日志统一打印 | 使用了fastjson,和 mybatis-plus-extension

Table Of Contents

Latest Version

Download com.github.lhnonline : weboot-common JAR file - Latest Versions:

All Versions

Download com.github.lhnonline : weboot-common 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 weboot-common-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.lhnonline.boot.common.response

├─ com.github.lhnonline.boot.common.response.BaseResult.class - [JAR]

├─ com.github.lhnonline.boot.common.response.FormErrors.class - [JAR]

├─ com.github.lhnonline.boot.common.response.FormResult.class - [JAR]

├─ com.github.lhnonline.boot.common.response.PageResult.class - [JAR]

com.github.lhnonline.boot.common.properties

├─ com.github.lhnonline.boot.common.properties.RequestLogConfig.class - [JAR]

com.github.lhnonline.boot.common.util

├─ com.github.lhnonline.boot.common.util.HttpCode.class - [JAR]

com.github.lhnonline.boot.common.log

├─ com.github.lhnonline.boot.common.log.AbstractLog.class - [JAR]

├─ com.github.lhnonline.boot.common.log.DefaultLog.class - [JAR]

├─ com.github.lhnonline.boot.common.log.DefaultLogWriter.class - [JAR]

├─ com.github.lhnonline.boot.common.log.ILogWriter.class - [JAR]

com.github.lhnonline.boot.common.annotation

├─ com.github.lhnonline.boot.common.annotation.EnableHttpRequestLogAop.class - [JAR]

├─ com.github.lhnonline.boot.common.annotation.EnableHttpStatusToHeaderAop.class - [JAR]

com.github.lhnonline.boot.common.aop

├─ com.github.lhnonline.boot.common.aop.HttpRequestLogAop.class - [JAR]

├─ com.github.lhnonline.boot.common.aop.HttpStatusToHeaderAop.class - [JAR]

com.github.lhnonline.boot.common.config

├─ com.github.lhnonline.boot.common.config.HttpRequestLogAopReg.class - [JAR]

├─ com.github.lhnonline.boot.common.config.HttpStatusToHeaderAopReg.class - [JAR]

Advertisement