jar

com.diboot : diboot-notification-spring-boot-starter

Maven & Gradle

Jun 01, 2023
1.4k stars

diboot-notification-spring-boot-starter · diboot notification project

Table Of Contents

Latest Version

Download com.diboot : diboot-notification-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.diboot : diboot-notification-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
3.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 diboot-notification-spring-boot-starter-3.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.diboot.notification.channel

├─ com.diboot.notification.channel.MessageChannel.class - [JAR]

├─ com.diboot.notification.channel.SimpleEmailChannel.class - [JAR]

├─ com.diboot.notification.channel.SystemMessageChannel.class - [JAR]

com.diboot.notification.utils

├─ com.diboot.notification.utils.TemplateUtils.class - [JAR]

com.diboot.notification.config

├─ com.diboot.notification.config.Cons.class - [JAR]

com.diboot.notification.vo

├─ com.diboot.notification.vo.MessageDetailVO.class - [JAR]

├─ com.diboot.notification.vo.MessageListVO.class - [JAR]

├─ com.diboot.notification.vo.MessageTemplateDetailVO.class - [JAR]

├─ com.diboot.notification.vo.MessageTemplateListVO.class - [JAR]

com.diboot.notification.entity

├─ com.diboot.notification.entity.BaseUserVariables.class - [JAR]

├─ com.diboot.notification.entity.Message.class - [JAR]

├─ com.diboot.notification.entity.MessageTemplate.class - [JAR]

com.diboot.notification.service.impl

├─ com.diboot.notification.service.impl.MessageServiceImpl.class - [JAR]

├─ com.diboot.notification.service.impl.MessageTemplateServiceImpl.class - [JAR]

com.diboot.notification.dto

├─ com.diboot.notification.dto.MessageDTO.class - [JAR]

├─ com.diboot.notification.dto.MessageTemplateDTO.class - [JAR]

com.diboot.notification.starter

├─ com.diboot.notification.starter.NotificationAutoConfig.class - [JAR]

├─ com.diboot.notification.starter.NotificationPluginInitializer.class - [JAR]

├─ com.diboot.notification.starter.NotificationProperties.class - [JAR]

com.diboot.notification.annotation

├─ com.diboot.notification.annotation.BindVariable.class - [JAR]

com.diboot.notification.mapper

├─ com.diboot.notification.mapper.MessageMapper.class - [JAR]

├─ com.diboot.notification.mapper.MessageTemplateMapper.class - [JAR]

com.diboot.notification.service

├─ com.diboot.notification.service.MessageService.class - [JAR]

├─ com.diboot.notification.service.MessageTemplateService.class - [JAR]

Advertisement