jar

io.github.tf2jaguar.micro : micro-core

Maven & Gradle

Jun 16, 2022
1 stars

micro-core · 自定义服务异常枚举时实现 `ExceptionEnums` 如内置的常用异常状态枚举的实现方式 `public enum ErrorEnums implements ExceptionEnums`;封装了接口交互的出入参数格式类(通过 `micro-codec` 模块完成出入参数自动封装、解封装)

Table Of Contents

Latest Version

Download io.github.tf2jaguar.micro : micro-core JAR file - Latest Versions:

All Versions

Download io.github.tf2jaguar.micro : micro-core JAR file - All Versions:

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

io.github.tf2jaguar.micro.core.output

├─ io.github.tf2jaguar.micro.core.output.IgnoreResponseResult.class - [JAR]

├─ io.github.tf2jaguar.micro.core.output.OutputMessage.class - [JAR]

io.github.tf2jaguar.micro.core.input

├─ io.github.tf2jaguar.micro.core.input.IgnoreRequestInput.class - [JAR]

├─ io.github.tf2jaguar.micro.core.input.InputMessage.class - [JAR]

io.github.tf2jaguar.micro.core.bo

├─ io.github.tf2jaguar.micro.core.bo.PageRequest.class - [JAR]

├─ io.github.tf2jaguar.micro.core.bo.PageResponse.class - [JAR]

io.github.tf2jaguar.micro.core.error

├─ io.github.tf2jaguar.micro.core.error.BusinessException.class - [JAR]

├─ io.github.tf2jaguar.micro.core.error.ErrorEnums.class - [JAR]

├─ io.github.tf2jaguar.micro.core.error.ExceptionEnums.class - [JAR]

├─ io.github.tf2jaguar.micro.core.error.ServerException.class - [JAR]

├─ io.github.tf2jaguar.micro.core.error.Verify.class - [JAR]

├─ io.github.tf2jaguar.micro.core.error.package-info.class - [JAR]