- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 @AliasFor注解的的使用:Spring子注解的属性值无法传递给父注解
@Component public @interface Service { @AliasFor(annotation = Component.class) String value() default ""; } 如上述代码,@Service#value为@Component#value的别名,@Service#value的值可以映射到@Component#value。 (这里我们将@Service,@Component看做一种特继承关系,@Component是父注解,@Service...
2022-05-13 15:36:55 501 2
外卖订餐网站
mysql数据库,JavaBean规范要求,MVC架构,数据分析使用百度echart报表插件完成图表的数据展示;页面数据验证使用Ajax+jquery技术进行校验;
2018-05-14
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人