use togglz in project
Feature Toggle in Java
In our project, we choose togglz as a framework for feature toggle.
import togglz in project
We need to add these dependencies in project file build.gradle
1
compile 'org.togglz:togglz-core:2.2.0.Final'
compile 'org.togglz:togglz-servlet:2.2.0.Final'
compile 'org.togglz:togglz-jsp:2.2.0.Final' //support jsp
compile 'org.togglz:togglz-console:2.2.0.Final' //support togglz console
compile 'org.togglz:togglz-spring-security:2.2.0.Final' //support user authentication
testCompile 'org.togglz:togglz-testing:2.2.0.Final' //support togglz test
testCompile 'org.togglz:togglz-junit:2.2.0.Final' //support togglz test