
com.cisco.oss.foundation.cluster.masterslave.MasterSlaveConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of master-slave Show documentation
Show all versions of master-slave Show documentation
This project is a multi data center supported master slave cluster manager library
The newest version!
package com.cisco.oss.foundation.cluster.masterslave;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
/**
* Created by Yair Ogen (yaogen) on 15/09/2016.
*/
@Configuration
@PropertySource("classpath:master-slave.properties")
public class MasterSlaveConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy