Class WebDavProperties


  • @Configuration
    @PropertySource("classpath:default.properties") @PropertySource(value="classpath:${environment}.properties",ignoreResourceNotFound=true)
    public class WebDavProperties
    extends java.lang.Object
    • Constructor Detail

      • WebDavProperties

        public WebDavProperties()
    • Method Detail

      • propertySourcesPlaceholderConfigurer

        @Bean
        public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()
      • getWebDavPort

        public int getWebDavPort()
      • setWebDavPort

        public void setWebDavPort​(int webDavPort)