随笔分类 - mybatis
摘要:bean文件 package com.lsl.bean; public class Student { private Integer stId; private String stName; public Integer getStId() { return stId; } public void
阅读全文
摘要:检查web.xml是否配置spring
阅读全文
摘要:applicationContext.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/
阅读全文