
Spring
文章平均质量分 75
lz_net
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring:使用JdbcTemplate的简单实例-基于XML文件配置
1. web.xml配置xml version="1.0" encoding="UTF-8"?>web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoc原创 2009-08-02 21:58:00 · 1019 阅读 · 0 评论 -
Spring:使用JdbcTemplate的简单实例-基于注释
1. web.xml配置xml version="1.0" encoding="UTF-8"?>web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="原创 2009-08-03 21:07:00 · 1255 阅读 · 0 评论 -
Spring:SimpleMappingExceptionResolver异常处理
1. 在applicationContext.xml中配置exceptionResolverbean id="exceptionResolver" class="org.springframework.web.servlet.handler.SimpleMappingExceptionResolver"> property name="defaultErrorView">原创 2009-08-06 22:13:00 · 3821 阅读 · 0 评论