摘要: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 5 in XML document from class path resource [applicationContext.xml] is inv 阅读全文
posted @ 2020-09-05 15:21 青卿河边 阅读(1126) 评论(0) 推荐(0)
摘要: 点击test右键->新建directory,写resources 右键resources->点击最下面的mark directory as的resources root 完成。 新建properties,要new->resource bundle 阅读全文
posted @ 2020-09-03 19:52 青卿河边 阅读(1549) 评论(0) 推荐(0)
摘要: 今天看着视频写了一个连接数据源的代码,但是在使用配置文件连接数据源时,报了这个错误Can't find resource for bundle java.util.PropertyResourceBundle,key driver。 检查了好几遍不知道是什么原因。有好多人说是properties中的 阅读全文
posted @ 2020-09-03 19:43 青卿河边 阅读(7978) 评论(0) 推荐(0)
摘要: 执行代码的jdk版本 低于 编译的jdk版本 JDK版本和Java编译器内部的版本号 J2SE 8 = 52,J2SE 7 = 51,J2SE 6.0 = 50,J2SE 5.0 = 49,JDK 1.4 = 48,JDK 1.3 = 47,JDK 1.2 = 46,JDK 1.1 = 45 我查了 阅读全文
posted @ 2020-09-01 18:18 青卿河边 阅读(2016) 评论(0) 推荐(0)
摘要: 第一次下载使用IDEA,之前都使用的Eclipse,记录一下我下载使用IDEA的过程。 搜索了IDEA下载安装的方法,我在官网下载了安装包,并按照指导过程安装好了idea, 然后按着指导写了第一个程序:输出helloword,但是出现了一个问题:unused import statement。 第一 阅读全文
posted @ 2020-08-02 17:57 青卿河边 阅读(68) 评论(0) 推荐(0)