Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature flag upgrade code to spring 3.1.3 #286

Open
nagkumar opened this issue Sep 4, 2023 · 0 comments
Open

feature flag upgrade code to spring 3.1.3 #286

nagkumar opened this issue Sep 4, 2023 · 0 comments

Comments

@nagkumar
Copy link

nagkumar commented Sep 4, 2023

<dependency>
	    <groupId>org.springframework.boot</groupId>
	    <artifactId>spring-boot-starter-validation</artifactId>
	</dependency>
	<dependency>
	    <groupId>javax.annotation</groupId>
	    <artifactId>javax.annotation-api</artifactId>
	    <version>1.3.2</version>
	</dependency>
these two extra depencides should be added 

https://github.com/thombergs/code-examples/tree/master/spring-boot/feature-flag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant