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

name.nkonev.r2dbc.migrate.reader.MigrateResourceReader Maven / Gradle / Ivy

There is a newer version: 3.0.6
Show newest version
package name.nkonev.r2dbc.migrate.reader;

import java.util.List;

public interface MigrateResourceReader {
  List getResources(String resourcesPath);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy