今天调试一个学生信息管理系统时,启动系统之后,登录时老是报错说实例有问题,拿着报错信息去找方法也没遇到能解决问题的,最后怀疑是数据库配置和配置文件不匹配, 发现自己的数据库里并没有SQLEXPRESS,而是只有我自己的计算机名的一个, 原来的链接数据库的配置文件是这样的, <add key="SMS_dbconn" value="server=.\SQLEXPRESS;Pooling=true;Min Pool Size=10;Max Pool Size=200;pac…
在把某项技术整合到Spring中的时候,我们时常会发现报如下错误: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreation…