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

org.openmetadata.service.migration.MigrationConfiguration Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
package org.openmetadata.service.migration;

import javax.validation.constraints.NotEmpty;
import lombok.Getter;
import lombok.Setter;

public class MigrationConfiguration {
  @NotEmpty @Getter @Setter private String flywayPath;
  @NotEmpty @Getter @Setter private String nativePath;
  @NotEmpty @Getter @Setter private String extensionPath;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy