上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页
摘要: 转载:https://blog.csdn.net/u012562943/article/details/80995373 一、前言 容器的出现让Java开发人员比以往任何时候都更接近“编写一次,到处运行”的工作流程,但要对Java应用程序进行容器化并非易事:你必须编写Dockerfile,以root 阅读全文
posted @ 2018-07-11 15:52 随风而逝,只是飘零 阅读(3461) 评论(0) 推荐(1) 编辑
摘要: 转载:https://blog.csdn.net/u014044812/article/details/78219692 转载:https://blog.csdn.net/u012834750/article/details/78796893 阅读全文
posted @ 2018-07-10 13:05 随风而逝,只是飘零 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 1.filter 1、@Component 这个注解的目的是将LoginFilter交给容器来处理。也就是让LoginFilter起作用 2、@order确定多个filter的执行顺序 数字越小越先执行 阅读全文
posted @ 2018-07-10 10:13 随风而逝,只是飘零 阅读(713) 评论(0) 推荐(0) 编辑
摘要: 第一种: 现在我把资源文件的路径放在application.properties里 阅读全文
posted @ 2018-07-09 10:02 随风而逝,只是飘零 阅读(13287) 评论(0) 推荐(1) 编辑
摘要: SpringApplication 将从以下位置加载 application.properties 文件,并把它们添加到Spring Environment 中:1. 当前目录下的 /config 子目录。2. 当前目录。3. classpath下的 /config 包。4. classpath根路 阅读全文
posted @ 2018-07-08 20:39 随风而逝,只是飘零 阅读(1917) 评论(0) 推荐(0) 编辑
摘要: 其实从依赖注入的字面意思就可以知道,要将对象p注入到对象a,那么首先就必须得生成对象p与对象a,才能执行注入。所以,如果一个类A中有个成员变量p被@Autowired注解,那么@Autowired注入是发生在A的构造方法执行完之后的。 如果想在生成对象时候完成某些初始化操作,而偏偏这些初始化操作又依 阅读全文
posted @ 2018-07-04 22:27 随风而逝,只是飘零 阅读(2692) 评论(0) 推荐(1) 编辑
摘要: 1.pom.xml swagger2配置文件 请求bean controller 效果展示 swagger注解详解:https://blog.csdn.net/u014231523/article/details/76522486 阅读全文
posted @ 2018-07-04 21:36 随风而逝,只是飘零 阅读(958) 评论(0) 推荐(0) 编辑
摘要: 静态代理 动态代理: 动态代理执行: before rent houseMethod:public abstract void proxy.IHello.sayHello()zhangxiongfengafter rent house 阅读全文
posted @ 2018-07-03 14:43 随风而逝,只是飘零 阅读(1133) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/c289054531/article/details/9196053 引言: 在使用Spring时,很多人可能对Spring中为什么DAO和Service对象采用单实例方式很迷惑,这些读者是这么认为的: DAO对象必须包含一个数据库的连接Connec 阅读全文
posted @ 2018-07-01 09:58 随风而逝,只是飘零 阅读(359) 评论(0) 推荐(0) 编辑
摘要: # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argument: # # ./redis-server /path/to/redis.conf # Note... 阅读全文
posted @ 2018-06-26 23:28 随风而逝,只是飘零 阅读(783) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页