实训日记(三)——ssm框架

实习期间,作者在搭建SSM框架时遇到HTTP 500错误,具体表现为Servlet初始化失败,原因在于Spring Bean创建时出现BeanCreationException,主要与UserMapper.xml文件中无法解析'type alias' userResultMap'有关,导致ClassNotFoundException。作者正等待明日老师的讲解来解决这个问题。
摘要由CSDN通过智能技术生成

实习第三天

第三天上午又再一次讲了一下分层和编写代码的一些小tips。然后把前天配的maven重新配置了一下。前天配置的时候在setting.xml中设置了一下jar包的存放目录。但是今天上课的时候老师又让我们把jar包存放在默认目录下就好。于是又删除了本地库,重新设置了一下setting.xml。下午给了我们一个博客https://blog.csdn.net/weixin_42747657/article/details/81160501让我们先自己去搭建ssm框架明天再讲解ssm。但是我搭出来有错误,也不知道怎么改。只好等明天老师上课讲解了。

目录

ssm框架搭建(bug版)

ssm框架搭建(bug版)

这是搭建完的项目框架

运行index.jsp后点击按钮原本预定进入allUser.jsp但是却出现了如下错误

HTTP Status 500 – Internal Server Error


Type Exception Report

Message Servlet.init() for servlet dispatcher threw exception

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in file [E:\workspace\IDEAProject\test_ssm_day3\target\first\WEB-INF\classes\spring\spring-dao.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [E:\workspace\IDEAProject\test_ssm_day3\target\first\WEB-INF\classes\mapper\UserMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'userResultMap'.  Cause: java.lang.ClassNotFoundException: Cannot find class: userResultMap
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1710) ~[spring-beans-5.0.3.RELEASE.jar:5.0.3.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:583) ~[spring-beans-5.0.3.RELEASE.jar:5.0.3.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502) ~[spring-beans-5.0.3.RELEASE.jar:5.0.3.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312) ~[spring-beans-5.0.3.RELEASE.jar:5.0.3.RELEASE]
    at org.springframe

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值