Add since tag.

pull/2609/head
Freeman Lau 3 years ago
parent 9d45b28d52
commit 7f52ef03c8

@ -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>
*
* @author freeman
* @since 2021.0.1.1
*/
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;
/**
*
*
* @author freeman
* @date 2022/2/6
*/
@SpringBootTest(classes = TestConfig.class, webEnvironment = NONE, properties = {
"spring.cloud.nacos.config.refresh-behavior=specific_bean",

Loading…
Cancel
Save