File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
src/main/java/com/github/jacopocarlini/fffp/entity Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,4 @@ replay_pid*
2525
2626* .iml
2727.idea /
28+ target /
Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55
6+ <parent >
7+ <groupId >org.springframework.boot</groupId >
8+ <artifactId >spring-boot-starter-parent</artifactId >
9+ <version >3.4.2</version >
10+ <relativePath />
11+ </parent >
12+
13+
614 <groupId >com.github.jacopocarlini</groupId >
715 <artifactId >fast-feature-flags-provider</artifactId >
8- <version >1.0.5 </version >
16+ <version >1.0.6 </version >
917
1018 <dependencyManagement >
1119 <dependencies >
Original file line number Diff line number Diff line change 1818@ Document (collection = "flags" )
1919public class Flag {
2020
21- @ Id private String id ;
21+ @ Id
22+ private String id ;
2223
2324 @ Indexed (unique = true )
2425 private String flagKey ;
You can’t perform that action at this time.
0 commit comments