Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions README.MD

This file was deleted.

26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
##### Launch the Togglz dashboard. Our Feature Flag is Disabled:
<img width="1728" alt="image" src="https://github.com/rahulvaish/SpringBoot-Java/assets/689226/8654787a-4a0f-4d6e-8ce4-5a95280ff6c5">
<br/>
<br/>
<br/>
<br/>

##### Hit the Endpoint: We see the original prices of the products
<img width="554" alt="image" src="https://github.com/rahulvaish/SpringBoot-Java/assets/689226/92ce27d0-7013-4612-b1f9-80d80019cf4d">
<br/>
<br/>
<br/>
<br/>

##### Launch the Togglz dashboard and Enable the Feature Flag
<img width="1728" alt="image" src="https://github.com/rahulvaish/SpringBoot-Java/assets/689226/d04afcc9-ff62-4869-9021-afd31d9e3f86">
<br/>
<br/>
<br/>
<br/>

##### Hit the Endpoint: We see the discounted prices of the products
<img width="553" alt="image" src="https://github.com/rahulvaish/SpringBoot-Java/assets/689226/43248cc9-80d1-415c-97da-8e446d900feb">

##### Created a file and configured it in the app for persisting the toggle state:
<img width="889" alt="image" src="https://github.com/rahulvaish/SpringBoot-Java/assets/689226/f3298f49-70f4-4565-a07f-7f825ae36f57">
33 changes: 33 additions & 0 deletions SpringBootToggle/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/
Binary file added SpringBootToggle/.mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions SpringBootToggle/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
308 changes: 308 additions & 0 deletions SpringBootToggle/mvnw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading