image
hanlingyu61240

这家伙很懒,什么也没写

Ta上传的资源(6)个

spring SimpleUrlHandlerMapping工程使用源码

本例程介绍: 1.使用了spring SimpleUrlHandlerMapping实现handler Mapping. 2.使用了HandlerIntercepterAdaptor实现Controller的拦截处理 使用方法: 1.导入工程 2.键入http://localhost:8080/sp

Web开发 1 0 RAR 2021-01-03 18:01:42

Spring AOP测试

掌握AOP的测试源码,仅为学习使用,我在学习时也困惑了很长时间,主要是看不到AOP的结果。经过分析,主要是不会用org.junit.Test 注意运行步骤为: 1.选中工程 2.右键选择RunAsJunitTest 3.正常运行就可看到结果了

Java 12 0 RAR 2020-05-10 21:05:55

MyBatis和Spring结合的案例

Spring+Mybatis是目前JAVAWEB的经典组合,本案例可直接导入工程,在Mysql中导入数据表即可。

Web开发 22 0 RAR 2020-04-22 23:04:31

Spring Context测试

学习spring组件扫描(Component Scanning)的代码 使用方法:直接把工程导入,直接Run project即可。 组件扫描自动进行主要在两个地方进行设置 1.applicationContext:键入 2.在需要装配的类的上面全部加上@Component

Java 19 0 RAR 2019-03-28 02:03:50

springMVC测试实例

本例程主要讲spring MVC的框架进行了实现,只需将例程导入myEclipse,上载至apache就可运行,可以看出dispatcherServlet和Controller的关系。

Web开发 22 0 RAR 2019-03-14 05:03:59

springmultiaction例程工程代码

1.导入工程 2.键入http://localhost:8080/springmultiaction/book.do?action=add

Web开发 18 0 RAR 2019-01-21 10:01:21