- 博客(5)
- 收藏
- 关注
原创 MyBatis配置时出现的一些错误org.apache.ibatis.exceptions.PersistenceException
MyBatis配置时出现的一些错误org.apache.ibatis.exceptions.PersistenceException:Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value forCause: java.lang.IllegalArgumentException: Mapped Statements co
2021-08-06 15:27:11 1003
原创 Spring5框架
Spring5框架总结Spring框架概述1、Spring框架是轻量级的开源的JavaEE框架2、Spring框架可以解决企业应用开发的复杂性3、Spring有两个核心的部分:IOC和AOP (1)IOC:控制反转,把创建对象的过程,交给Spring进行管理 (2)AOP:面向切面,不修改源代码的情况下,进行功能的增强4、Spring相关的特点 (1)方便解耦,简化开发 (2)AOP编程支持 (3)方便程序测试,Unite测试 (4)方便集成各种优秀框架,整合其他框架
2021-07-27 16:15:39 155
原创 数据库连接池配置错误
Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class iscom.mysql.cj.jdbc.Driver’. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.在使用IDEA配置数据库连接池的时候,出现这个问题,导致数据库连
2021-07-26 12:54:20 558
原创 解决在Spring框架中遇到Exception in thread main java.lang.ClassNotFoundException 问题解答
解决在Spring框架中遇到Exception in thread “main” java.lang.ClassNotFoundException: 问题解答本人在学习Spring框架中,在动态代理这个部分遇到了这个问题Exception in thread "main" java.lang.ClassNotFoundException: Spring5AOP.JDKProxy at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(
2021-07-23 18:39:18 3993 2
原创 配置文件错误现象
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [bean1.xml]; nested exception is java.io.FileNotFoundException: class path resource [bean1.xml] cannot be opened because it does not e
2021-07-21 15:17:02 264 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人