Interface MigrationsBuildTimeProperties
@ConfigMapping(prefix="org.neo4j.migrations")
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
public interface MigrationsBuildTimeProperties
Part of the
MigrationsProperties
that can only be changed during build time.- Since:
- 1.3.0
- Author:
- Michael J. Simons
- Soundtrack
- Bad Religion - The Gray Race
-
Method Summary
Modifier and TypeMethodDescriptionThis is a build time configuration option and can't be changed during runtime.This is a build time configuration option and can't be changed during runtime.
-
Method Details
-
packagesToScan
This is a build time configuration option and can't be changed during runtime.- Returns:
- the list of packages to scan for Java migrations.
-
locationsToScan
This is a build time configuration option and can't be changed during runtime.- Returns:
- the list of locations of migrations scripts
-