上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 74 下一页
摘要: springboot-参数验证提示语言动态变化的实现https://www.jianshu.com/p/dbf0400b2175 SpringBoot整合国际化I18nhttps://www.2cto.com/kf/201905/808080.html 我们公司的springboot国际化(多语言) 阅读全文
posted @ 2019-12-24 12:17 kelelipeng 阅读(848) 评论(0) 推荐(0) 编辑
摘要: Springboot下jackson配置不起作用 这几天的开发过程中,需要修改原有同事写的项目,原项目采用的是springboot写的后端服务,json序列化使用原始jackson进行,并在配置文件的properties文件中声明了jackson的一些基本配置 1 2 3 4 5 # Json sp 阅读全文
posted @ 2019-12-23 13:05 kelelipeng 阅读(3224) 评论(0) 推荐(0) 编辑
摘要: --当前连接进程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 阅读(647) 评论(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 阅读(174) 评论(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 阅读(3292) 评论(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 阅读(446) 评论(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 阅读(1988) 评论(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 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 原创GrayHJX 发布于2017-03-14 22:56:33 阅读数 6851 收藏 展开 问题:最近在工作中遇到这么一个问题:有个实体类,它有个date类型的属性,当在这个属性加上fastjson的注解@JSONField (format=”yyyy-MM-dd HH:mm”)将秒去掉后,对象 阅读全文
posted @ 2019-12-12 14:47 kelelipeng 阅读(2051) 评论(0) 推荐(0) 编辑
摘要: 写在前面:开发中经常用到json和对象的相互转换,下面将列出FastJson中ObjectMapper对象的API的使用 一、maven工程中pom导入<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jac 阅读全文
posted @ 2019-12-12 14:44 kelelipeng 阅读(2258) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 74 下一页