随笔分类 -  框架应用

摘要:转载大佬: 注意到spring中<context:component-scan>标签中会出现include和exclude的子标签,具体是做什么用的? spring的配置文件与springmvc的配置文件分开加载,在spring容器初始化的时候,会先加载(web.xml)<context-param 阅读全文
posted @ 2020-07-09 09:26 ConfidentLiu 阅读(292) 评论(0) 推荐(0) 编辑
摘要:Spring Cloud 从入门到精通 转载: https://blog.csdn.net/valada/article/details/80892573 https://gitbook.cn/gitchat/column/5af108d20a989b69c385f47a/topic/5af10bb 阅读全文
posted @ 2019-03-16 09:41 ConfidentLiu 阅读(273) 评论(0) 推荐(0) 编辑
摘要:转载:https://www.cnblogs.com/xiaoxi/p/5981514.html AOP常用的实现方式有两种,一种是采用声明的方式来实现(基于XML),一种是采用注解的方式来实现(基于AspectJ)。 首先复习下AOP中一些比较重要的概念: Joinpoint(连接点):程序执行时 阅读全文
posted @ 2019-02-28 23:22 ConfidentLiu 阅读(315) 评论(0) 推荐(0) 编辑
摘要:转载:https://blog.csdn.net/toyouheart/article/details/4509466 阅读全文
posted @ 2018-11-21 16:55 ConfidentLiu 阅读(148) 评论(0) 推荐(0) 编辑
摘要:转载大神: https://blog.csdn.net/u011410529/article/details/68063541?winzoom=1 https://blog.csdn.net/nr000/article/details/78520163 阅读全文
posted @ 2018-08-06 10:52 ConfidentLiu 阅读(245) 评论(0) 推荐(0) 编辑
摘要:Spring常用注解: @Configuration把一个类作为一个IoC容器,它的某个方法头上如果注册了@Bean,就会作为这个Spring容器中的Bean。 @Scope注解 作用域 @Lazy(true) 表示延迟初始化 @Service用于标注业务层组件、 @Controller用于标注控制 阅读全文
posted @ 2018-08-01 11:21 ConfidentLiu 阅读(2300) 评论(0) 推荐(0) 编辑
摘要:http://7xvpsh.com1.z0.glb.clouddn.com/publish/21-2/the-dispatcher-servlet.html springmvc4.1.7:配置 复制转载大神笔记 https://blog.csdn.net/lpch0825/article/detai 阅读全文
posted @ 2018-07-30 23:14 ConfidentLiu 阅读(657) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示