随笔分类 -  Spring

摘要:web.xml是部署描述文件,它不是Spring所特有的,而是在Servlet规范中定义的,是web应用的配置文件。web.xml主要是用来配置欢迎页、servlet、filter、listener等以及定制servlet、JSP、Context初始化参数。 启动一个WEB项目时,容器(包括JBos 阅读全文
posted @ 2023-07-05 09:06 blue星空 阅读(406) 评论(0) 推荐(1) 编辑
摘要:Bean的创建及注入Spring容器 阅读全文
posted @ 2022-12-27 09:25 blue星空 阅读(368) 评论(0) 推荐(0) 编辑
摘要:@Import注解使用 阅读全文
posted @ 2022-12-22 15:42 blue星空 阅读(347) 评论(0) 推荐(0) 编辑
摘要:Spring后置处理器:BeanFactoryPostProcessor、BeanPostProcessor 阅读全文
posted @ 2022-12-16 15:23 blue星空 阅读(732) 评论(0) 推荐(0) 编辑
摘要:SpringMVC集成Mybatis 阅读全文
posted @ 2020-07-17 21:51 blue星空 阅读(258) 评论(0) 推荐(0) 编辑
摘要:SpringMVC搭建 简单接口框架 阅读全文
posted @ 2020-07-12 21:54 blue星空 阅读(1010) 评论(0) 推荐(0) 编辑
摘要:Spring事件(Event)、Aware、多线程(异步任务)、计划任务@Scheduled、条件注解@Conditional 阅读全文
posted @ 2019-04-14 16:55 blue星空 阅读(1350) 评论(0) 推荐(0) 编辑
摘要:springmvc、框架搭建 阅读全文
posted @ 2018-08-26 19:11 blue星空 阅读(198) 评论(0) 推荐(0) 编辑