jar

com.github.kancyframework : email-plus-spring-boot-starter

Maven & Gradle

Sep 03, 2020
0 stars

email-plus-spring-boot-starter · 邮件增强框架启动器

Table Of Contents

Latest Version

Download com.github.kancyframework : email-plus-spring-boot-starter JAR file - Latest Versions:

All Versions

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

com.github.kancyframework.emailplus.spring.boot.endpoint

├─ com.github.kancyframework.emailplus.spring.boot.endpoint.RefreshEmailSenderEndpoint.class - [JAR]

com.github.kancyframework.emailplus.spring.boot.message

├─ com.github.kancyframework.emailplus.spring.boot.message.EmailMessage.class - [JAR]

com.github.kancyframework.emailplus.spring.boot.service.impl

├─ com.github.kancyframework.emailplus.spring.boot.service.impl.EmailplusServiceImpl.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.service.impl.FreemarkerTemplateServiceImpl.class - [JAR]

com.github.kancyframework.emailplus.spring.boot.aop

├─ com.github.kancyframework.emailplus.spring.boot.aop.EmailNoticeAspect.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.aop.EmailNoticeTrigger.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.aop.PollingCountEmailNoticeTrigger.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.aop.RamBucketEmailNoticeTrigger.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.aop.RedisBucketEmailNoticeTrigger.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.aop.RedisPollingCountEmailNoticeTrigger.class - [JAR]

com.github.kancyframework.emailplus.spring.boot.config

├─ com.github.kancyframework.emailplus.spring.boot.config.ApplicationContextHolder.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.config.EmailNoticeAutoConfiguration.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.config.EmailplusAutoConfiguration.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.config.EndpointAutoConfiguration.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.config.RedisBucketEmailNoticeTriggerConfiguration.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.config.SpringEmailSenderPropertiesDataSource.class - [JAR]

com.github.kancyframework.emailplus.spring.boot.properties

├─ com.github.kancyframework.emailplus.spring.boot.properties.Configuration.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.properties.EmailDefinition.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.properties.EmailplusProperties.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.properties.NoticeProperties.class - [JAR]

com.github.kancyframework.emailplus.spring.boot.listener

├─ com.github.kancyframework.emailplus.spring.boot.listener.RefreshEmailSenderEventListener.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.listener.SendEmailEventListener.class - [JAR]

com.github.kancyframework.emailplus.spring.boot.listener.event

├─ com.github.kancyframework.emailplus.spring.boot.listener.event.RefreshEmailSenderEvent.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.listener.event.SendEmailEvent.class - [JAR]

com.github.kancyframework.emailplus.spring.boot.aop.annotation

├─ com.github.kancyframework.emailplus.spring.boot.aop.annotation.EmailNotice.class - [JAR]

com.github.kancyframework.emailplus.spring.boot.service

├─ com.github.kancyframework.emailplus.spring.boot.service.EmailplusService.class - [JAR]

├─ com.github.kancyframework.emailplus.spring.boot.service.TemplateService.class - [JAR]

Advertisement