Class DefaultDataRouteProperties

java.lang.Object
com.broadleafcommerce.common.jpa.data.DefaultDataRouteProperties
All Implemented Interfaces:
JpaPropertyRelated

@ConfigurationProperties(prefix="broadleaf.route.default") public class DefaultDataRouteProperties extends Object implements JpaPropertyRelated
A default set of properties for data route configuration that basically describe an embedded datasource state. This is the default for JpaDataRoute.boundPropertiesType() and is useful in some testing scenarios where a JpaDataRoute is not otherwise defined through auto configuration (e.g. some Broadleaf common libraries that expose data integration).
Author:
Jeff Fischer
  • Constructor Details

    • DefaultDataRouteProperties

      public DefaultDataRouteProperties()
  • Method Details