会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LQT
博客园
首页
新随笔
联系
订阅
管理
2018年10月19日
@interface注解类、 @Target:注解的作用目标 @Retention @Configuration @Bean @JsonIgnore
摘要: @Target(ElementType.TYPE) //接口、类、枚举、注解 @Target(ElementType.FIELD) //字段、枚举的常量 @Target(ElementType.METHOD) //方法 @Target(ElementType.PARAMETER) //方法参数 @T
阅读全文
posted @ 2018-10-19 14:33 9102_Struggle
阅读(470)
评论(0)
推荐(2)
编辑
Springboot结构
摘要:
阅读全文
posted @ 2018-10-19 10:37 9102_Struggle
阅读(144)
评论(0)
推荐(1)
编辑
公告