Class PopulateTestData


  • @Configuration
    @ConditionalOnProperty(name="tailormap-api.database.populate-testdata",
                           havingValue="true")
    public class PopulateTestData
    extends Object
    Populates entities to add services and applications to demo functionality, support development and use in integration tests with a common set of test data. See README.md for usage details.