yangys
2024-05-19 9e5da8899bc21bb5b6b0a3c267108caa00199291
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;