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

jasmine.demo.config.TenantConfig Maven / Gradle / Ivy

The newest version!
package jasmine.demo.config;

import jasmine.framework.database.mybatisplus.tenant.IgnoreTableStrategy;
import jasmine.framework.database.mybatisplus.tenant.TenantConfigProcessor;
import org.springframework.context.annotation.Configuration;

/**
 * @author mh.z
 */
@Configuration
public class TenantConfig implements TenantConfigProcessor {

    @Override
    public void ignoreTable(IgnoreTableStrategy strategy) {
        //
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy