上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 75 下一页
摘要: 过滤器: https://blog.csdn.net/MissEel/article/details/79351231 https://blog.csdn.net/qq_32363305/article/details/82469451 https://www.cnblogs.com/sunnies 阅读全文
posted @ 2019-08-14 18:11 kelelipeng 阅读(160) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/whx7762/p/7885735.html 1.@ProtertySource @PropertySouce是spring3.1开始引入的基于java config的注解。 通过@PropertySource注解将properties配置文件中的值存 阅读全文
posted @ 2019-08-12 17:08 kelelipeng 阅读(2813) 评论(0) 推荐(0)
摘要: 原 ElasticSearch学习笔记Ⅲ - SpringBoot整合ES 新建一个SpringBoot项目。添加es的maven坐标如下: <dependency> <groupId>org.elasticsearch.client</groupId&... 原 Sp 阅读全文
posted @ 2019-08-12 17:05 kelelipeng 阅读(322) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Y_hahaha/article/details/89186284 缘由,项目在IDEA下@Data、@Builder注解不起作用。发现是lombok这个jar包的问题。具体这个jar的应用场景自行去百度。 发现依赖的jar包maven已经下载。在网上看原 阅读全文
posted @ 2019-08-09 14:24 kelelipeng 阅读(316) 评论(0) 推荐(0)
摘要: Lombok介绍、使用方法和总结https://www.cnblogs.com/heyonggang/p/8638374.html Lombok简介、使用、工作原理、优缺点https://www.jianshu.com/p/453c379c94bd 注解@Slf4j的使用https://www.ji 阅读全文
posted @ 2019-08-09 13:21 kelelipeng 阅读(402) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_38361347/article/details/89304414 https://www.jianshu.com/p/9ea13b00b1d9 https://blog.csdn.net/zsw12013/article/details/5 阅读全文
posted @ 2019-08-09 10:14 kelelipeng 阅读(1515) 评论(0) 推荐(0)
摘要: 1>在Eclipse中里设置 windows->preferences->Java->Installed JRES->edit->Default VM Arguments 在文本框中输入 -Dcatalina.base=d:/logs 2>在IDEA的run->configurations里设置 > 阅读全文
posted @ 2019-08-08 16:57 kelelipeng 阅读(2939) 评论(0) 推荐(0)
摘要: 环境变量的读取以及系统属性的设置 环境变量只能读取,不能修改,系统属性可以修改 系统变量的读取方式: System.getEnv() 系统属性有多重读取和修改方式: 其修改方式为: 读取系统属性: @Autowired AbstractEnvironment environment; System. 阅读全文
posted @ 2019-08-07 21:30 kelelipeng 阅读(6053) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/xiaoleiel/p/8349495.html find / -name a*.xml -print -exec grep "searchtext" {} \; find / | xargs grep function 查找系统根目录下面的所有文件的 阅读全文
posted @ 2019-08-06 16:40 kelelipeng 阅读(16052) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_37636695/article/details/84791468 https://www.jianshu.com/p/aba99a49a459 @PostConstruct从JavaEE5规范开始,Servlet增加了两个影响Servlet生命周期 阅读全文
posted @ 2019-08-06 16:01 kelelipeng 阅读(13714) 评论(5) 推荐(1)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 75 下一页