摘要: //添加spring的依赖和先关的jar包 //整合结构图 //配置spring的applicationContext.xml文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/ 阅读全文
posted @ 2017-08-08 19:00 元一软件 阅读(24) 评论(0) 推荐(0)
摘要: Bug:使用到了spring的jdbctemplate模板 使用到以下 template.queryForObject(sql, requiredType) template.queryForList(sql, elementType, args) 报以下错误 org.springframework 阅读全文
posted @ 2017-08-08 14:58 元一软件 阅读(108) 评论(0) 推荐(0)