
cn.afterturn.easypoi.configuration.EasyPoiProperties Maven / Gradle / Ivy
The newest version!
package cn.afterturn.easypoi.configuration;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Created by xfworld on 2017-11-22.
**/
@ConfigurationProperties(prefix = "easy.poi.base")
public class EasyPoiProperties {
/**
* 是否是开发模式,开发模式不缓存
*/
private boolean isDev = false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy