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

com.github.zj.dreamly.mail.constant.MailConstant Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.6
Show newest version
package com.github.zj.dreamly.mail.constant;

/**
 * 

MailConstant

* * @author: 苍海之南 * @since: 2019-09-04 18:10 **/ public interface MailConstant { /** * 本地环境邮件保存路径 */ String LOCAL_SAVE_PATH = "C:\\data\\saved"; /** * 线上环境邮件保存路径 */ String PROD_SAVE_PATH = "/synco/jar/market/mail/saved"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy