学习记录
文章平均质量分 79
咋也吃不胖
哔哩吧啦稀里哗啦叽里呱啦...
展开
-
遇到org.springframework.web.context.ContextLoaderListener一般是配置文件里出了问题导致路径寻找不到
org.springframework.web.context.ContextLoaderListener四月 23, 2020 1:40:39 下午 org.apache.catalina.core.StandardContext listenerStart严重: 异常将上下文初始化事件发送到类的侦听器实例.[org.springframework.web.context.ContextLo...原创 2020-04-23 14:06:56 · 691 阅读 · 0 评论 -
SSM配置文件 之 数据访问层的控制 & 事务控制的声明式配置文件
**Spring配置文件**<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p=...原创 2020-04-22 19:15:07 · 209 阅读 · 0 评论