Documentation Home

Initial Configuration

By following the steps below, you should be able to include the Data Feed module.

Steps to enable this module

  1. Add this dependency to your core/pom.xml:

    <dependency>
        <groupId>com.broadleafcommerce</groupId>
        <artifactId>broadleaf-data-feed</artifactId>
    </dependency>
    
  2. Reference the additional required SQL file in development-shared.properties in the blPU.hibernate.hbm2ddl.import_files property:

        /config/bc/sql/load_data_feed_google_taxonomy.sql, \
    

    If you are not creating the database using the import_files method, then you will need to run the SQL in the above file in your database to setup the proper Admin permissions.

  3. If you want to augment the heat clinic demo data with Affiliate data, reference the additional SQL file in development-shared.properties in the blPU.hibernate.hbm2ddl.import_files property:

        /config/bc/sql/samples/load_data_feed_default_data.sql, \