1
如何設置默認boolean
值與ServletContextPropertyPlaceholderConfigurer
?例如,如果財產沒有設置爲<context-param>
如何爲ServletContextPropertyPlaceholderConfigurer設置默認的上下文參數值?
如何設置默認boolean
值與ServletContextPropertyPlaceholderConfigurer
?例如,如果財產沒有設置爲<context-param>
如何爲ServletContextPropertyPlaceholderConfigurer設置默認的上下文參數值?
,我希望財產具有false
值,您可以隨時爲屬性配置「注入」某個值的每個位置定義默認值。
默認synax是${propertyName:default}
因此,例如:
${myContextParam:false}