| | |
| | | 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; |