摘要: 获取容器中的bean @Component public class ApplicationContextUtil implements ApplicationContextAware { public static ApplicationContext applicationContext; @O 阅读全文
posted @ 2024-03-21 15:47 我没有出家 阅读(16) 评论(0) 推荐(0) 编辑
摘要: // 获取对象中属性的值 public String getFieldValue(String attrName) throws NoSuchMethodException, InvocationTargetException, IllegalAccessException { // 转驼峰 Str 阅读全文
posted @ 2024-03-21 15:37 我没有出家 阅读(19) 评论(0) 推荐(0) 编辑