类 ExcelConfigProperties


  • @ConfigurationProperties(prefix="excel")
    public class ExcelConfigProperties
    extends java.lang.Object
    作者:
    lengleng
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      (专用程序包) static java.lang.String PREFIX  
      private java.lang.String templatePath
      模板路径
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • PREFIX

        static final java.lang.String PREFIX
        另请参阅:
        常量字段值
      • templatePath

        private java.lang.String templatePath
        模板路径
    • 构造器详细资料

      • ExcelConfigProperties

        public ExcelConfigProperties()