01 2021 档案

摘要:原文 https://blog.csdn.net/weixin_42209881/article/details/95312071 我遇到的错误原因分为两种情况:第一种:注入的时候,导入的对象类路径不对,检查一下导入的路径 import com.zhang.demo.service.IKPIDail 阅读全文
posted @ 2021-01-19 14:53 监听员 阅读(260) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-17 11:44 监听员 阅读(54) 评论(0) 推荐(0)
摘要:applicationContext.xml <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2 阅读全文
posted @ 2021-01-15 17:00 监听员 阅读(109) 评论(0) 推荐(0)
摘要:<dependencies> <!-- https://mvnrepository.com/artifact/org.projectlombok/lombok --><dependency> <groupId>org.projectlombok</groupId> <artifactId>lombo 阅读全文
posted @ 2021-01-15 15:01 监听员 阅读(171) 评论(0) 推荐(0)
摘要:1.自己编写工具类 import com.fasterxml.jackson.core.JsonProcessingException;import com.fasterxml.jackson.databind.ObjectMapper;import com.fasterxml.jackson.da 阅读全文
posted @ 2021-01-15 14:58 监听员 阅读(1396) 评论(0) 推荐(0)
摘要:spring配置文件中加入以下代码 <mvc:annotation-driven> <mvc:message-converters register-defaults="true"> <beanclass="org.springframework.http.converter.StringHttpM 阅读全文
posted @ 2021-01-15 14:39 监听员 阅读(97) 评论(0) 推荐(0)
摘要:web.xml配置springMVC的过滤器 配置为 /* <filter> <filter-name>encoding</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filte 阅读全文
posted @ 2021-01-15 14:11 监听员 阅读(204) 评论(0) 推荐(0)
摘要:Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 0 Caused by: org.apache.ibatis.builder.BuilderException: Parsing erro 阅读全文
posted @ 2021-01-15 10:24 监听员 阅读(432) 评论(0) 推荐(0)
摘要:Caused by: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.lang.ClassNotFoundException: Cannot find cl 阅读全文
posted @ 2021-01-15 10:06 监听员 阅读(422) 评论(0) 推荐(0)
摘要:Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.support.DefaultBeanFactoryP 阅读全文
posted @ 2021-01-15 09:57 监听员 阅读(833) 评论(0) 推荐(0)