jar

com.github.kongchong : exception-notice-spring-boot-starter

Maven & Gradle

Jun 02, 2021
109 stars

exception-notice-spring-boot-starter · a spring boot starter for exception notice

Table Of Contents

Latest Version

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

All Versions

Download com.github.kongchong : exception-notice-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
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-notice-spring-boot-starter-1.2.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kc.exception.notice.properties

├─ com.kc.exception.notice.properties.DingTalkProperties.class - [JAR]

├─ com.kc.exception.notice.properties.ExceptionNoticeProperties.class - [JAR]

├─ com.kc.exception.notice.properties.MailProperties.class - [JAR]

├─ com.kc.exception.notice.properties.WeChatProperties.class - [JAR]

com.kc.exception.notice.handler

├─ com.kc.exception.notice.handler.ExceptionNoticeHandler.class - [JAR]

com.kc.exception.notice.config

├─ com.kc.exception.notice.config.ExceptionNoticeAutoConfiguration.class - [JAR]

com.kc.exception.notice.enums

├─ com.kc.exception.notice.enums.DingTalkMsgTypeEnum.class - [JAR]

├─ com.kc.exception.notice.enums.WeChatMsgTypeEnum.class - [JAR]

com.kc.exception.notice.process

├─ com.kc.exception.notice.process.DingTalkNoticeProcessor.class - [JAR]

├─ com.kc.exception.notice.process.INoticeProcessor.class - [JAR]

├─ com.kc.exception.notice.process.MailNoticeProcessor.class - [JAR]

├─ com.kc.exception.notice.process.WeChatNoticeProcessor.class - [JAR]

com.kc.exception.notice.content

├─ com.kc.exception.notice.content.DingTalkExceptionInfo.class - [JAR]

├─ com.kc.exception.notice.content.DingTalkResult.class - [JAR]

├─ com.kc.exception.notice.content.ExceptionInfo.class - [JAR]

├─ com.kc.exception.notice.content.WeChatExceptionInfo.class - [JAR]

com.kc.exception.notice.annotation

├─ com.kc.exception.notice.annotation.ExceptionNotice.class - [JAR]

com.kc.exception.notice.aop

├─ com.kc.exception.notice.aop.ExceptionListener.class - [JAR]