摘要: 1. 下拉框实例类 import org.apache.commons.beanutils.PropertyUtils; import org.apache.commons.lang3.BooleanUtils; import org.apache.commons.lang3.StringUtils 阅读全文
posted @ 2021-11-29 13:26 风光小磊 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 1.自定义注解 import org.springframework.stereotype.Component; @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Component public @interface In 阅读全文
posted @ 2021-11-29 11:11 风光小磊 阅读(447) 评论(0) 推荐(0) 编辑