类 ServerProperties.Tomcat.Resource

java.lang.Object
org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Resource
封闭类:
ServerProperties.Tomcat

public static class ServerProperties.Tomcat.Resource extends Object
Tomcat static resource properties.
  • 构造器详细资料

    • Resource

      public Resource()
  • 方法详细资料

    • isAllowCaching

      public boolean isAllowCaching()
    • setAllowCaching

      public void setAllowCaching(boolean allowCaching)
    • getCacheTtl

      public Duration getCacheTtl()
    • setCacheTtl

      public void setCacheTtl(Duration cacheTtl)