com.github.mengweijin.flyway.ISupportDatabase Maven / Gradle / Ivy
package com.github.mengweijin.flyway;
/**
* Title: Godfather1103's Github
* Copyright: Copyright (c) 2023
* Company: https://github.com/godfather1103
* 提供一个接口用于兼容flyway的8跟9版本
*
* @author 作者: Jack Chu E-mail: [email protected]
* @version 1.0
* @date 创建时间:2023/11/29 14:21
* @since 1.0
*/
public interface ISupportDatabase {
/**
* 用于兼容flyway的8跟9版本
*
* @return 结果
* @author 作者: Jack Chu E-mail: [email protected]
* @since 创建时间:2023/11/29 14:22
*/
boolean supportsChangingCurrentSchema();
/**
* 用于兼容 flyway 的 10 和 9 版本
* @author mengweijin
* @since 2024-10-12
*/
void ensureSupported();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy