mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-11-04 18:59:22 +08:00 
			
		
		
		
	chore: 完善 ConditionalOnProperty 配置
This commit is contained in:
		@@ -30,6 +30,6 @@ import java.lang.annotation.*;
 | 
			
		||||
@Retention(RetentionPolicy.RUNTIME)
 | 
			
		||||
@Target({ElementType.TYPE, ElementType.METHOD})
 | 
			
		||||
@Documented
 | 
			
		||||
@ConditionalOnProperty(prefix = PropertiesConstants.LOG, name = PropertiesConstants.ENABLED, matchIfMissing = true)
 | 
			
		||||
@ConditionalOnProperty(prefix = PropertiesConstants.LOG, name = PropertiesConstants.ENABLED, havingValue = "true", matchIfMissing = true)
 | 
			
		||||
public @interface ConditionalOnEnabledLog {
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user