[Sync 2022.x to 2.2.x] Remove sentinel @Validated annotation (#3121)

* remove @Validated annotation (#3103)

* remove sentinel @Validated annotation
pull/3129/head
RuanSheng 2 years ago committed by GitHub
parent 1b2cbe44b7
commit 69fd697501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,6 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.boot.context.properties.DeprecatedConfigurationProperty;
import org.springframework.core.Ordered;
import org.springframework.util.StringUtils;
import org.springframework.validation.annotation.Validated;
/**
* {@link ConfigurationProperties} for Sentinel.
@ -41,7 +40,6 @@ import org.springframework.validation.annotation.Validated;
* @author <a href="mailto:fangjian0423@gmail.com">Jim</a>
*/
@ConfigurationProperties(prefix = SentinelConstants.PROPERTY_PREFIX)
@Validated
public class SentinelProperties {
/**

Loading…
Cancel
Save