Skip to content

zinzzas/feature-toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

feature toggle sample using Spring Boot + Togglz

Requirements

*[x] Spring Boot 2.6.7 *[x] Java 18 (feat.corretto-18) *[x] Gradle 7.4.2 *[x] Togglz 3.3.3

Building the artifact

gradle build

Running the application from command line

gradle bootRun

Toggles & Actuator Togglz Test URLs`

java/com/sample/featuretoggle/http/test.http

curl -v http://localhost:9090/api/userName
curl -v http://localhost:9090/actuator/togglz
curl -v http://localhost:9090/actuator/togglz/{togglzName}

About

spring boot using feature-toggle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages