文章分类 - ssm
记录一些学ssm框架的东西,不是认真写的笔记,只是自己能看得懂,慎点
摘要:依赖注入 (普通、引用、集合:list、map、property) √ bean的创建方法、singleton和sterotype √ 属性的注入方法 √数据源配置抽取propertiesxml配置spring,把springcontext放入servletcontextspring注解开发(原始注
阅读全文
摘要:1.配置DispatcherServlet 顺手将spring和springmvc的Context放入HttpServlet域; 2.配置spring和springmvc的: 组件扫描 注解驱动,以用来注解开发。
阅读全文
摘要:①spring包 <!-- https://mvnrepository.com/artifact/org.springframework/spring-context --><dependency> <groupId>org.springframework</groupId> <artifactId
阅读全文
摘要:原始方式整合配置文件: 1.web.xml ①spring的监听器; ②springmvc的DispacherServlet; ③防乱码的filter。 2.applicationContext.xml ①组件扫描。 3.spring-mvc.xml ①组件扫描; ②mvc的注解驱动; ③内部资源视
阅读全文

浙公网安备 33010602011771号