/unleash-piranha

playing with connecting Unleash with uber/piranha

Primary LanguageJava

Unleah-Prianha

¤ Start application

mvn spring-boot:run

Navigate to: http://localhost:9090 to see a basic feature flag.

Navigate to: http://localhost:9090/variants to see a variant flag.

Both flags (Demo and DemoVariant) are controlled here: http://unleash.herokuapp.com/

¤ Run Piranha magic

mvn clean compile -Ppiranha -DFlagName=Demo

Running the above example will refactor all usage of the feature flag with identifier "Demo".