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

com.kangaroohy.plugin.excel.config.ExcelConfigProperties Maven / Gradle / Ivy

The newest version!
package com.kangaroohy.plugin.excel.config;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

/**
 * @author hy
 * @date 2020/3/29
 */
@Data
@ConfigurationProperties(prefix = ExcelConfigProperties.PREFIX)
public class ExcelConfigProperties {

	static final String PREFIX = "kangaroohy.excel";

	/**
	 * 模板路径
	 */
	private String templatePath = "excel";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy