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

io.shardingjdbc.spring.boot.masterslave.SpringBootMasterSlaveRuleConfigurationProperties Maven / Gradle / Ivy

There is a newer version: 2.0.0.M3
Show newest version
package io.shardingjdbc.spring.boot.masterslave;

import io.shardingjdbc.core.yaml.masterslave.YamMasterSlaveRuleConfiguration;
import org.springframework.boot.context.properties.ConfigurationProperties;

/**
 * Master slave rule configuration properties.
 *
 * @author caohao
 */
@ConfigurationProperties(prefix = "sharding.jdbc.config.masterslave")
public class SpringBootMasterSlaveRuleConfigurationProperties extends YamMasterSlaveRuleConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy