Class DataRouteProperties


  • @ConfigurationProperties("broadleaf.common.data.route")
    public class DataRouteProperties
    extends Object
    Property binding class exposing whether or not the data route feature is active. When enabled, data routing is exercised and multiple resource tier service may be composed into a single uber service without bean collection and appropriate backing data tier routing. When disabled, behavior returns to vanilla Spring Boot with a single backing data tier concept and no uber service packaging support.
    Author:
    Jeff Fischer
    • Constructor Detail

      • DataRouteProperties

        public DataRouteProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)