jar

io.github.josesito1996 : spring-boot-tool-kit-orrai

Maven & Gradle

Jun 24, 2024
0 stars

support-orrai-utils · General utilities that cover various functionalities in Spring Boot, such as exception handling, interceptors and other common aspects

Table Of Contents

Latest Version

Download io.github.josesito1996 : spring-boot-tool-kit-orrai JAR file - Latest Versions:

All Versions

Download io.github.josesito1996 : spring-boot-tool-kit-orrai JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 spring-boot-tool-kit-orrai-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.library.support.orrai.exception

├─ com.library.support.orrai.exception.ForbiddenException.class - [JAR]

├─ com.library.support.orrai.exception.InternalErrorException.class - [JAR]

├─ com.library.support.orrai.exception.NotFoundException.class - [JAR]

├─ com.library.support.orrai.exception.UnauthorizedException.class - [JAR]

com.library.support.orrai.handler

├─ com.library.support.orrai.handler.GlobalExceptionHandler.class - [JAR]

com.library.support.orrai.model

├─ com.library.support.orrai.model.ErrorResponse.class - [JAR]

Advertisement