code-examples icon indicating copy to clipboard operation
code-examples copied to clipboard

feature flag upgrade code to spring 3.1.3

Open nagkumar opened this issue 2 years ago • 0 comments

<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

nagkumar avatar Sep 04 '23 07:09 nagkumar