All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sixpointsix.springboot.datafixture.runner.DataFixtureRunner Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package net.sixpointsix.springboot.datafixture.runner;

/**
 * Data initialization should be run when the app has started
 */
public interface DataFixtureRunner {

    /**
     * Run the data initialization
     */
    void runAll();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy