Skip to content

bhawanihmh/springboot-togglz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-togglz

Togglz with spring boot

Togglz console

https://localhost:8090/togglz/index

Togglz application

https://localhost:8090/togglztest/index

Logs:

@@@@@@@@@@@@ TogglzController.index() @@@@@@@@@@@@@
@@@@@@@@@ FEATURE_ONE Disable
@@@@@@@@@ FEATURE_TWO Disable

====================================


@@@@@@@@@@@@ TogglzController.index() @@@@@@@@@@@@@
@@@@@@@@@ FEATURE_ONE Enable
@@@@@@@@@ FEATURE_TWO Disable

Screen shot:

togglzconsole