上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 75 下一页
摘要: 深入理解java动态代理的实现机制 https://blog.51cto.com/4247649/2109130 阅读全文
posted @ 2019-08-22 15:35 kelelipeng 阅读(1225) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wanghang-learning/p/9142750.html 反射是Java中一个非常重要、非常强大的机制。曾看到一句话“反射是框架的灵魂”,初学时不懂,等到学完框架之后才慢慢理解其意。 什么是反射?我们先通过几个类和示例来初步体会一下反射。 一、 阅读全文
posted @ 2019-08-22 14:13 kelelipeng 阅读(194) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/be69b874a2a9 目录 1. Web MVC发展史历程2.Spring概要3.Spring-依赖注入概要(IOC)4.属性注入的三种实现方式5.Spring-IoC XML装配6.Spring-XML设置Bean的值7.Spring-IoC 阅读全文
posted @ 2019-08-22 10:09 kelelipeng 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 【SpringBoot】SpingBoot整合AOPhttps://blog.csdn.net/lmb55/article/details/82470388Spring全家桶系列–SpringBoot之AOP详解https://www.cnblogs.com/javazhiyin/p/9993299 阅读全文
posted @ 2019-08-21 16:14 kelelipeng 阅读(714) 评论(0) 推荐(0) 编辑
摘要: __________________________________________________________________________ https://www.jianshu.com/p/05c8be17c80a 前言 以往的javaEE增加Filter是在web.xml中配置,然而s 阅读全文
posted @ 2019-08-20 13:43 kelelipeng 阅读(31603) 评论(0) 推荐(1) 编辑
摘要: @Value("${server.port}") 本文链接:https://blog.csdn.net/weixin_38342534/article/details/88698582 首先 @Value("${server.port}") 获取端口号没有任何问题,那么问题出在那呢,出在单元测试中!!! 你在单元测试中,调用的类或者方法这个地方获取到的端口号就会变成-1。 解决办法:在后面加上下属 阅读全文
posted @ 2019-08-20 13:05 kelelipeng 阅读(799) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/duanxz/p/3469511.html springboot 配置文件 .properties和.yml的写法区别 例如 : redis配置的properties或yml文件,如下: spring.redis.cluster.nodes[0]=19 阅读全文
posted @ 2019-08-20 11:33 kelelipeng 阅读(9911) 评论(0) 推荐(0) 编辑
摘要: springboot 实例 https://blog.csdn.net/m0_38075425/article/details/81164930 https://www.cnblogs.com/Westfalen/p/6170312.html 1. web.xml文件中的配置 2.Character 阅读全文
posted @ 2019-08-20 10:50 kelelipeng 阅读(502) 评论(0) 推荐(0) 编辑
摘要: https://my.oschina.net/bianxin/blog/2876640 https://my.oschina.net/bianxin/blog/2876640 2.4版本的servlet规范在部属描述符中新增加了一个<dispatcher>元素,这个元素有四个可能的值:即REQUES 阅读全文
posted @ 2019-08-20 10:13 kelelipeng 阅读(366) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/chao555/p/9573102.html 1.创建自定义的拦截器并实现HandlerInterceptor接口 参数说明: Object handler: 调用的目标方法。—————————————————————————————————————— 阅读全文
posted @ 2019-08-19 19:25 kelelipeng 阅读(391) 评论(0) 推荐(0) 编辑
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 75 下一页