jar

io.github.wuwei01 : wwei-common

Maven & Gradle

Aug 12, 2020
0 stars

wwei-common · 统一异常处理,统一返回值定义

Table Of Contents

Latest Version

Download io.github.wuwei01 : wwei-common JAR file - Latest Versions:

All Versions

Download io.github.wuwei01 : wwei-common JAR file - All Versions:

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

io.github.wuwei01.enums

├─ io.github.wuwei01.enums.ResultCode.class - [JAR]

io.github.wuwei01.exception

├─ io.github.wuwei01.exception.ApiException.class - [JAR]

├─ io.github.wuwei01.exception.NotFoundException.class - [JAR]

io.github.wuwei01.vo

├─ io.github.wuwei01.vo.CommonResult.class - [JAR]

io.github.wuwei01.config

├─ io.github.wuwei01.config.GloablExceptionAdvice.class - [JAR]

├─ io.github.wuwei01.config.ResponseControllerAdvice.class - [JAR]

Advertisement