摘要:
1、在pom.xml中添加依赖: 2、添加元注解: @Target({TYPE, ElementType.FIELD})@Retention(RUNTIME)public @interface Description { String showName() default "";} 3、添加一个ex 阅读全文
posted @ 2019-04-12 16:17
mshfx
阅读(4934)
评论(0)
推荐(0)
欢迎来到阿彬学java的博客