All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.easyspring.service.message.properties.EmailMessageProperties Maven / Gradle / Ivy

The newest version!
package io.easyspring.service.message.properties;

import lombok.Data;

/**
 * 邮件消息的配置类
 *
 * @author summer
 * DateTime 2019-03-15 18:05
 * @version V1.0.0-RELEASE
 */
@Data
public class EmailMessageProperties {

    /**
     * 发送的主机
     */
    private String host;
    /**
     * 发送者
     */
    private String sender;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy