上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 75 下一页
摘要: ApplicationListener详解 ApplicationListener可以监听某个事件event 通过实现这个接口,传入一个泛型事件,在run方法中就可以监听这个事件,从而做出一定的逻辑 比如在等所有bean加载完之后执行某些操作 public class SystemListener 阅读全文
posted @ 2019-12-26 13:33 kelelipeng 阅读(1409) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/huanghongbo/p/10890025.html 注:用static去定义一个注入的方法或者配置文件值变量,编译时不会有任何异常,运行时会报空指针。 Spring官方不推荐此种方法。 原理: https://www.cnblogs.com/che 阅读全文
posted @ 2019-12-25 22:30 kelelipeng 阅读(1479) 评论(0) 推荐(0)
摘要: springboot-参数验证提示语言动态变化的实现https://www.jianshu.com/p/dbf0400b2175 SpringBoot整合国际化I18nhttps://www.2cto.com/kf/201905/808080.html 我们公司的springboot国际化(多语言) 阅读全文
posted @ 2019-12-24 12:17 kelelipeng 阅读(871) 评论(0) 推荐(0)
摘要: Springboot下jackson配置不起作用 这几天的开发过程中,需要修改原有同事写的项目,原项目采用的是springboot写的后端服务,json序列化使用原始jackson进行,并在配置文件的properties文件中声明了jackson的一些基本配置 1 2 3 4 5 # Json sp 阅读全文
posted @ 2019-12-23 13:05 kelelipeng 阅读(3857) 评论(1) 推荐(1)
摘要: --当前连接进程declare @tempTable table (SPID INT,Status VARCHAR(255), Login VARCHAR(255),HostName VARCHAR(255), BlkBy VARCHAR(255),DBName VARCHAR(255), Comm 阅读全文
posted @ 2019-12-21 20:19 kelelipeng 阅读(683) 评论(0) 推荐(0)
摘要: https://www.iteye.com/blog/elim-2247073 Spring Security 教程 Spring Security(20)——整合Cas Spring Security(19)——对Acl的支持 Spring Security(18)——Jsp标签 Spring S 阅读全文
posted @ 2019-12-20 17:19 kelelipeng 阅读(187) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/bb14cca5ab3d 自定义AccessDeniedHandler /** * @Author: jialing xu * @Description: xvjialing@outlook.com * @Date: 17:24 2018/8/7 阅读全文
posted @ 2019-12-20 16:51 kelelipeng 阅读(3327) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/lloyd-zh/p/10571375.html https://www.cnblogs.com/chenpi/p/9696310.html 本篇文章我们将探讨CommandLineRunner和ApplicationRunner的使用。 在阅读本篇文 阅读全文
posted @ 2019-12-18 13:39 kelelipeng 阅读(481) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/hanchao5272/article/details/99649252 Jetty和tomcat的比较 Tomcat和Jetty都是一种Servlet引擎,他们都支持标准的Servlet规范和JavaEE规范。 架构比较 Jetty的架构比Tomcat的 阅读全文
posted @ 2019-12-18 13:35 kelelipeng 阅读(2315) 评论(0) 推荐(0)
摘要: 原文链接:https://blog.csdn.net/kimylrong/article/details/50353161 原创kimy 发布于2015-12-18 17:36:48 阅读数 109197 收藏展开 Maven的一个哲学是惯例优于配置(Convention Over Configur 阅读全文
posted @ 2019-12-18 11:29 kelelipeng 阅读(149) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 75 下一页