@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @EnableAspectJAutoProxy(exposeProxy=true) @MapperScan(value="com.founder.**.mapper") @EnableAsync @Import(value={ApplicationConfig.class,FeignAutoConfiguration.class}) public @interface EnableCustomConfig
Copyright © 2021. All rights reserved.