#Feature Toggle example using Spring Boot
##Requirements
- Java 8
- Maven
##Running
mvn clean install
will produce a jar file under the target named something likefeature-toggle-site-1.0.jar
- Execute
java -jar target/feature-toggle-site-1.0.jar --spring.config.location=/tmp/feature-configuration.properties
pointing to a .properties file outside of the codebase. - Navigate to http://localhost:8080