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

org.dromara.easyes.starter.config.DynamicEsProperties Maven / Gradle / Ivy

The newest version!
package org.dromara.easyes.starter.config;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

import java.util.HashMap;
import java.util.Map;

/**
 * @author lyy
 */
@Data
@ConfigurationProperties(prefix = "easy-es.dynamic")
public class DynamicEsProperties {

    /**
     * 配置多动态数据源key datasource id
     */
    private Map datasource = new HashMap<>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy