会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kelelipeng
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
54
55
56
57
58
59
60
61
62
···
75
下一页
2019年8月14日
过滤器 & 监听器 & 拦截器
摘要: 过滤器: 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)
2019年8月12日
@PropertySouce注解 读取 properties文件
摘要: 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)
SpringBoot整合freemarker 引用基础
摘要: 原 ElasticSearch学习笔记Ⅲ - SpringBoot整合ES 新建一个SpringBoot项目。添加es的maven坐标如下: <dependency> <groupId>org.elasticsearch.client</groupId&... 原 Sp
阅读全文
posted @ 2019-08-12 17:05 kelelipeng
阅读(322)
评论(0)
推荐(0)
2019年8月9日
lombok工具插件安装(idea、eclipse)
摘要: 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使用教程
摘要: 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)
Spring Spring boot 获取IOC中的bean,ApplicationContext
摘要: 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)
2019年8月8日
logback 生成 catalina.base_IS_UNDEFINED 问题处理 &如何在eclipse/idea中添加VM参数
摘要: 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)
2019年8月7日
springboot读取系统级环境变量,和读写系统属性以及unittest来获取环境变量的方法
摘要: 环境变量的读取以及系统属性的设置 环境变量只能读取,不能修改,系统属性可以修改 系统变量的读取方式: System.getEnv() 系统属性有多重读取和修改方式: 其修改方式为: 读取系统属性: @Autowired AbstractEnvironment environment; System.
阅读全文
posted @ 2019-08-07 21:30 kelelipeng
阅读(6053)
评论(0)
推荐(0)
2019年8月6日
find命令查找包含指定内容的文件
摘要: 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)
@PostConstruct使用总结
摘要: 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
下一页
公告