Class MigrationsBuildTimeProperties
java.lang.Object
ac.simons.neo4j.migrations.quarkus.runtime.MigrationsBuildTimeProperties
@ConfigRoot(prefix="org.neo4j",
name="migrations",
phase=BUILD_AND_RUN_TIME_FIXED)
public class MigrationsBuildTimeProperties
extends Object
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
-
Field Summary
Modifier and TypeFieldDescriptionLocations of migrations scripts.List of packages to scan for Java migrations. -
Constructor Summary
-
Method Summary
-
Field Details
-
packagesToScan
List of packages to scan for Java migrations. This is a build time configuration option and can't be changed during runtime. -
locationsToScan
Locations of migrations scripts. This is a build time configuration option and can't be changed during runtime.
-
-
Constructor Details
-
MigrationsBuildTimeProperties
public MigrationsBuildTimeProperties()
-