Class RestProperties


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

      Constructors 
      Constructor Description
      RestProperties()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.alfresco.utility.TasProperties envProperty()  
      • Methods inherited from class java.lang.Object

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

      • RestProperties

        public RestProperties()
    • Method Detail

      • envProperty

        public org.alfresco.utility.TasProperties envProperty()