properties配置文件移动到base-core公用包下
This commit is contained in:
parent
4a87591bb3
commit
45f4df3ab6
|
@ -1,4 +1,4 @@
|
|||
package org.jeecg.modules.properties;
|
||||
package org.jeecg.common.properties;
|
||||
|
||||
import lombok.Data;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
|
@ -13,7 +13,7 @@ import java.util.Map;
|
|||
*/
|
||||
@Data
|
||||
@Component
|
||||
@ConfigurationProperties(prefix = "file-system")
|
||||
@ConfigurationProperties(prefix = "filesystem")
|
||||
public class SpectrumPathProperties implements Serializable {
|
||||
|
||||
/**
|
|
@ -1,4 +1,4 @@
|
|||
package org.jeecg.modules.properties;
|
||||
package org.jeecg.common.properties;
|
||||
|
||||
import lombok.Data;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
@ -9,8 +9,8 @@ import org.jeecg.common.util.RedisUtil;
|
|||
import org.jeecg.modules.email.EmailParsingActuator;
|
||||
import org.jeecg.modules.emuns.SysMailEnableType;
|
||||
import org.jeecg.modules.email.EmailProperties;
|
||||
import org.jeecg.modules.properties.SpectrumPathProperties;
|
||||
import org.jeecg.modules.properties.TaskProperties;
|
||||
import org.jeecg.common.properties.SpectrumPathProperties;
|
||||
import org.jeecg.common.properties.TaskProperties;
|
||||
import org.jeecg.modules.service.ISysMailService;
|
||||
import org.springframework.stereotype.Component;
|
||||
import org.springframework.util.CollectionUtils;
|
||||
|
|
|
@ -3,7 +3,7 @@ package org.jeecg.modules.email;
|
|||
import org.apache.commons.lang3.ArrayUtils;
|
||||
import org.jeecg.common.email.EmailServiceManager;
|
||||
import org.jeecg.common.util.FTPUtil;
|
||||
import org.jeecg.modules.properties.TaskProperties;
|
||||
import org.jeecg.common.properties.TaskProperties;
|
||||
import org.jeecg.modules.spectrum.SpectrumParsingActuator;
|
||||
import org.springframework.scheduling.concurrent.CustomizableThreadFactory;
|
||||
import javax.mail.Message;
|
||||
|
|
Loading…
Reference in New Issue
Block a user