@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Import(value={CenxtTaskConfiguration.class,CenxtTaskViewConfiguration.class}) @EnableConfigurationProperties(value=CenxtTaskProperties.class) public @interface EnableCenxtTask
通过 @see CenxtTaskConfiguration 加载所有配置
Copyright © 2022. All rights reserved.