11 2021 档案
发表于 2021-11-29 13:26阅读:45评论:0推荐:0
摘要:1. 下拉框实例类 import org.apache.commons.beanutils.PropertyUtils; import org.apache.commons.lang3.BooleanUtils; import org.apache.commons.lang3.StringUtils
阅读全文 »
发表于 2021-11-29 11:11阅读:461评论:0推荐:0
摘要:1.自定义注解 import org.springframework.stereotype.Component; @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Component public @interface In
阅读全文 »