Better Programming

Advice for programmers.

Follow publication

Member-only story

Togglz: Seamless Feature Rollouts in Spring Boot Apps

Kirshi Yin
Better Programming
Published in
5 min readMar 21, 2023
Photo by Justus Menke on Unsplash | image height altered

Demo Project

Project dependencies

<dependency>
<groupId>org.togglz</groupId>
<artifactId>togglz-spring-boot-starter</artifactId>
<version>3.1.2</version>
</dependency>

<dependency>
<groupId>org.togglz</groupId>
<artifactId>togglz-console</artifactId>
<version>3.3.3</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>3.0.4</version>
</dependency>

Configure the feature toggles

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Kirshi Yin
Kirshi Yin

Written by Kirshi Yin

Self-taught Java Developer. Explores topics about Spring Boot, NLP, Linux, low-coding, and more. Interested in foreign languages, investment, personal growth.

No responses yet

Write a response