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

com.cisco.oss.foundation.cluster.masterslave.MasterSlaveConfiguration Maven / Gradle / Ivy

Go to download

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