Change BootstrapProperties path

1.4.1
chen.ma 2 years ago
parent e08068e61b
commit ed276b176b

@ -35,7 +35,7 @@ import java.util.Objects;
@AllArgsConstructor
public class BeforeCheckConfiguration {
private final String bootstrapPropertiesClassName = "cn.hippo4j.starter.config.BootstrapProperties";
private final String bootstrapPropertiesClassName = "cn.hippo4j.springboot.starter.config.BootstrapProperties";
@Bean
public BeforeCheckConfiguration.BeforeCheck dynamicThreadPoolBeforeCheckBean(@Autowired(required = false) BootstrapPropertiesInterface properties,
@ -79,7 +79,6 @@ public class BeforeCheckConfiguration {
"Please check whether the [spring.application.name] configuration is empty or an empty string.");
}
}
return new BeforeCheckConfiguration.BeforeCheck();
}

Loading…
Cancel
Save