Skip to content

zinzzas/feature-toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

feature toggle sample using Spring Boot + Togglz

Requirements

  • Spring Boot 2.6.7
  • Java 18 (feat.corretto-18)
  • Gradle 7.4.2
  • 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:https://localhost:9090/api/userName
curl -v http:https://localhost:9090/actuator/togglz
curl -v http:https://localhost:9090/actuator/togglz/{togglzName}

Releases

No releases published

Packages

 
 
 

Languages