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

io.github.xuyao5.dkl.eskits.service.config.MySQL2EsConfig Maven / Gradle / Ivy

There is a newer version: 0.14
Show newest version
package io.github.xuyao5.dkl.eskits.service.config;

import lombok.Data;

import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.util.List;
import java.util.Map;

/**
 * @author Thomas.XU(xuyao)
 * @version 25/02/21 16:36
 */
@Data(staticConstructor = "of")
public final class MySQL2EsConfig {

    private Map> tables;//Key是主表,Value是从表
    private Charset charset = StandardCharsets.UTF_8;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy