yangys
2024-05-30 a3686cfa49bf53fb91a2ceb960cf15b3ebdac641
smart-starter-coderule/src/main/java/com/qianwen/core/coderule/props/CoreRuleProperties.java
@@ -3,13 +3,13 @@
import org.springframework.boot.context.properties.ConfigurationProperties;
@ConfigurationProperties
/* loaded from: blade-starter-coderule-9.3.0.0-SNAPSHOT.jar:org/springblade/core/coderule/props/CoreRuleProperties.class */
public class CoreRuleProperties {
    private String ip;
    private Integer port;
    private String auth;
    /* loaded from: blade-starter-coderule-9.3.0.0-SNAPSHOT.jar:org/springblade/core/coderule/props/CoreRuleProperties$CoreRulePropertiesBuilder.class */
    public static class CoreRulePropertiesBuilder {
        private String ip;
        private Integer port;