@ -22,6 +22,7 @@ import org.springframework.boot.context.properties.ConfigurationPropertiesBean;
* Refresh behavior.
*
* @author freeman
* @since 2021.0.1.1
*/
public enum RefreshBehavior {
/**
@ -46,6 +46,7 @@ import org.springframework.util.ReflectionUtils;
* as the default behavior. </strong>
public class SmartConfigurationPropertiesRebinder
extends ConfigurationPropertiesRebinder {
@ -33,10 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.NONE;
* @date 2022/2/6
@SpringBootTest(classes = TestConfig.class, webEnvironment = NONE, properties = {
"spring.cloud.nacos.config.refresh-behavior=specific_bean",