Skip to content

Commit 471b578

Browse files
committed
gray.holdoutServer to gray.holdout-server
1 parent 080f2b4 commit 471b578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-gray-client/src/main/java/cn/springcloud/gray/client/config/properties/GrayHoldoutServerProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@Data
1313
@NoArgsConstructor
14-
@ConfigurationProperties("gray.holdoutServer")
14+
@ConfigurationProperties("gray.holdout-server")
1515
public class GrayHoldoutServerProperties {
1616

1717
private boolean enabled;

0 commit comments

Comments
 (0)