{"id":203410,"date":"2025-05-22T09:20:46","date_gmt":"2025-05-22T01:20:46","guid":{"rendered":"https:\/\/server.hk\/cnblog\/203410\/"},"modified":"2025-05-22T09:20:46","modified_gmt":"2025-05-22T01:20:46","slug":"ssm%e6%a1%86%e6%9e%b6%e6%95%b4%e5%90%88%e6%8a%a5%e9%94%99%ef%bc%9auserdao%e5%88%9d%e5%a7%8b%e5%8c%96%e9%94%99%e8%af%af%ef%bc%8c%e7%bc%ba%e5%b0%91sqlsessionfactory%e6%88%96sq","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/203410\/","title":{"rendered":"SSM\u6846\u67b6\u6574\u5408\u62a5\u9519\uff1aUserDao\u521d\u59cb\u5316\u9519\u8bef\uff0c\u7f3a\u5c11\u201csqlSessionFactory\u201d\u6216\u201csqlSessionTemplate\u201d\uff0c\u5982\u4f55\u89e3\u51b3\uff1f"},"content":{"rendered":"<p><b><\/b>     <\/p>\n<h1>SSM\u6846\u67b6\u6574\u5408\u62a5\u9519\uff1aUserDao\u521d\u59cb\u5316\u9519\u8bef\uff0c\u7f3a\u5c11\u201csqlSessionFactory\u201d\u6216\u201csqlSessionTemplate\u201d\uff0c\u5982\u4f55\u89e3\u51b3\uff1f<\/h1>\n<p><span style=\"font-size: 15px\">\u5b66\u4e60\u77e5\u8bc6\u8981\u5584\u4e8e\u601d\u8003\uff0c\u601d\u8003\uff0c\u518d\u601d\u8003\uff01\u4eca\u5929\u5c0f\u7f16\u5c31\u7ed9\u5927\u5bb6\u5e26\u6765<span style=\"color: #FF6600;, Helvetica, Arial, sans-serif;font-size: 14px;background-color: #FFFFFF\">\u300aSSM\u6846\u67b6\u6574\u5408\u62a5\u9519\uff1aUserDao\u521d\u59cb\u5316\u9519\u8bef\uff0c\u7f3a\u5c11\u201csqlSessionFactory\u201d\u6216\u201csqlSessionTemplate\u201d\uff0c\u5982\u4f55\u89e3\u51b3\uff1f\u300b<\/span>\uff0c\u4ee5\u4e0b\u5185\u5bb9\u4e3b\u8981\u5305\u542b<span style=\"color: #FF6600;, Helvetica, Arial, sans-serif;font-size: 14px;background-color: #FFFFFF\"><\/span>\u7b49\u77e5\u8bc6\u70b9\uff0c\u5982\u679c\u4f60\u6b63\u5728\u5b66\u4e60\u6216\u51c6\u5907\u5b66\u4e60<span style=\"color: #FF6600;, Helvetica, Arial, sans-serif;font-size: 14px;background-color: #FFFFFF\">\u6587\u7ae0<\/span>\uff0c\u5c31\u90fd\u4e0d\u8981\u9519\u8fc7\u672c\u6587\u5566~\u8ba9\u6211\u4eec\u4e00\u8d77\u6765\u770b\u770b\u5427\uff0c\u80fd\u5e2e\u52a9\u5230\u4f60\u5c31\u66f4\u597d\u4e86\uff01<\/span><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.17golang.com\/uploads\/20241107\/1730968791672c7cd79c3bd.jpg\" class=\"aligncenter\"><\/p>\n<p><strong>ssm\u6846\u67b6\u6574\u5408\u62a5\u7684\u9519\u8bef<\/strong><\/p>\n<p>\u5728\u6574\u5408ssm\u6846\u67b6\u65f6\uff0c\u4f60\u6536\u5230\u4e86\u5982\u4e0b\u9519\u8bef\u4fe1\u606f\uff1a<\/p>\n<pre>SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener\norg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private cn.sxt.service.UserService cn.sxt.controller.UserController.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private cn.sxt.dao.UserDao cn.sxt.service.impl.UserServiceImpl.userDao; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDao' defined in file [D:\\workspace2my.metadata.me_tcat\\webapps\\ssm\\WEB-INF\\classes\\cn\\sxt\\dao\\impl\\UserDaoImpl.class]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException:\nProperty 'sqlSessionFactory' or 'sqlSessionTemplate' are required<\/pre>\n<p>\u5bf9\u6b64\u9519\u8bef\u4fe1\u606f\u7684\u7ffb\u8bd1\u5982\u4e0b\uff1a<\/p>\n<p><strong>userdao\u521d\u59cb\u5316\u9519\u8bef\uff0c\u9700\u8981\u5c5e\u6027\u201csqlsessionfactory\u201d\u6216\u201csqlsessiontemplate\u201d<\/strong><\/p>\n<p>\u8fd9\u8868\u660e\u5728\u521d\u59cb\u5316userdao\u65f6\u9047\u5230\u4e86\u95ee\u9898\uff0c\u56e0\u4e3a\u7f3a\u5c11\u5fc5\u9700\u7684\u5c5e\u6027\u201csqlsessionfactory\u201d\u6216\u201csqlsessiontemplate\u201d\u3002\u4e3a\u4e86\u89e3\u51b3\u6b64\u95ee\u9898\uff0c\u8bf7\u68c0\u67e5\u4f60\u7684\u914d\u7f6e\uff0c\u786e\u4fdd\u5df2\u7ecf\u6b63\u786e\u914d\u7f6e\u4e86\u8fd9\u4e9b\u5c5e\u6027\u3002<\/p>\n<p>\u4eca\u5929\u5173\u4e8e\u300aSSM\u6846\u67b6\u6574\u5408\u62a5\u9519\uff1aUserDao\u521d\u59cb\u5316\u9519\u8bef\uff0c\u7f3a\u5c11\u201csqlSessionFactory\u201d\u6216\u201csqlSessionTemplate\u201d\uff0c\u5982\u4f55\u89e3\u51b3\uff1f\u300b\u7684\u5185\u5bb9\u4ecb\u7ecd\u5c31\u5230\u6b64\u7ed3\u675f\uff0c\u5982\u679c\u6709\u4ec0\u4e48\u7591\u95ee\u6216\u8005\u5efa\u8bae\uff0c\u53ef\u4ee5\u5728\u516c\u4f17\u53f7\u4e0b\u591a\u591a\u56de\u590d\u4ea4\u6d41\uff1b\u6587\u4e2d\u82e5\u6709\u4e0d\u6b63\u4e4b\u5904\uff0c\u4e5f\u5e0c\u671b\u56de\u590d\u7559\u8a00\u4ee5\u544a\u77e5\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SSM\u6846\u67b6\u6574\u5408\u62a5\u9519\uff1aUserDa&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4925],"tags":[],"class_list":["post-203410","post","type-post","status-publish","format-standard","hentry","category-4925"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/203410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/comments?post=203410"}],"version-history":[{"count":0,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/203410\/revisions"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=203410"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=203410"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=203410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}