Class ExcelConfigProperties


  • @ConfigurationProperties(prefix="excel")
    public class ExcelConfigProperties
    extends java.lang.Object
    Author:
    lengleng
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.String PREFIX  
      private java.lang.String templatePath
      模板路径
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • templatePath

        private java.lang.String templatePath
        模板路径
    • Constructor Detail

      • ExcelConfigProperties

        public ExcelConfigProperties()