jar

com.github.lihang1991 : exception-spring-boot-starter

Maven & Gradle

May 28, 2019
0 stars

exception-spring-boot-starter · 系统错误信息通过发邮件方式自动提醒

Table Of Contents

Latest Version

Download com.github.lihang1991 : exception-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.lihang1991 : exception-spring-boot-starter 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 exception-spring-boot-starter-1.0.2-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.lihang1991.config

├─ com.github.lihang1991.config.ExceptionAutoConfig.class - [JAR]

com.github.lihang1991.notice

├─ com.github.lihang1991.notice.EmailNoticeComponent.class - [JAR]

com.github.lihang1991.controller

├─ com.github.lihang1991.controller.ExceptionController.class - [JAR]

com.github.lihang1991

├─ com.github.lihang1991.ExceptionApplication.class - [JAR]

com.github.lihang1991.entity

├─ com.github.lihang1991.entity.ExceptionNotice.class - [JAR]

com.github.lihang1991.config.processor

├─ com.github.lihang1991.config.processor.ExceptionAnnoProcessor.class - [JAR]

com.github.lihang1991.property

├─ com.github.lihang1991.property.ExceptionEmailProperties.class - [JAR]

├─ com.github.lihang1991.property.ExceptionSettingProperties.class - [JAR]

com.github.lihang1991.aspect

├─ com.github.lihang1991.aspect.ExceptionAspect.class - [JAR]

com.github.lihang1991.annotation

├─ com.github.lihang1991.annotation.EnableExceptionHandle.class - [JAR]

com.github.lihang1991.handle

├─ com.github.lihang1991.handle.ExceptionHandler.class - [JAR]