com.netflix.config.samples
Class SampleApplicationWithDefaultConfiguration

java.lang.Object
  extended by com.netflix.config.samples.SampleApplicationWithDefaultConfiguration

public class SampleApplicationWithDefaultConfiguration
extends java.lang.Object

A Sample Application built to showcase how to use the default ConcurrentCompositeConfiguration registered with DynamicPropertyFactory and automatic registration with JMX

To run this sample application, add the following jars to your classpath:


Constructor Summary
SampleApplicationWithDefaultConfiguration()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleApplicationWithDefaultConfiguration

public SampleApplicationWithDefaultConfiguration()
Method Detail

main

public static void main(java.lang.String[] args)