摘要:
@ConTrollerAdvice,从名字上面看是控制器增强的意思。 在javaDoc写到/*** Indicates the annotated class assists a "Controller".** <p>Serves as a specialization of {@link Comp 阅读全文
摘要:
在SpringBoot中,我们很多的功能都能够通过@Enable*注解的方式来开启。 @EnableAspectJAutoProxy开启对自动代理的支持。 @EnableAsync开启异步方法的支持。 @EnableConfigurationProperties开启对@ConfigurationPr 阅读全文