随笔分类 -  spring

摘要:https://cloud.tencent.com/developer/article/2355443 https://cloud.tencent.com/developer/article/2079601 阅读全文
posted @ 2024-05-30 16:39 zbjice 阅读(117) 评论(0) 推荐(0) 编辑
摘要:org.springframework.core.convert.ConversionFailedException: Failed to convert from type java.util.ArrayList<?> to type java.util.List<org.springframew 阅读全文
posted @ 2024-01-24 17:56 zbjice 编辑
摘要:https://my.oschina.net/ojeta/blog/806087 阅读全文
posted @ 2022-09-26 18:27 zbjice 阅读(58) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/myseries/p/11801097.html 阅读全文
posted @ 2020-11-09 18:57 zbjice 阅读(86) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/coolgame/p/10194882.html 阅读全文
posted @ 2020-10-15 15:16 zbjice 阅读(57) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/d74863539a44 阅读全文
posted @ 2020-10-15 15:15 zbjice 阅读(112) 评论(0) 推荐(0) 编辑
摘要:org.springframework.data.redis.serializer.SerializationException: Could not read JSON: Could not resolve type id 'com.xxx.xxx.admin.biz.dao.mysql.enti 阅读全文
posted @ 2020-08-11 09:49 zbjice 阅读(2532) 评论(0) 推荐(0) 编辑
摘要:redis使用Jackson2JsonRedisSerializer序列化问题 https://blog.csdn.net/weixin_33881041/article/details/91472219 解决方法 https://blog.csdn.net/qq_31445987/article/ 阅读全文
posted @ 2020-07-17 15:48 zbjice 阅读(1443) 评论(0) 推荐(0) 编辑
摘要:一、事务 事务管理在系统开发中是不可缺少的一部分,Spring提供了很好事务管理机制,主要分为编程式事务和声明式事务两种。 编程式事务:是指在代码中手动的管理事务的提交、回滚等操作,代码侵入性比较强,如下示例: try { //TODO something transactionManager.co 阅读全文
posted @ 2020-06-10 10:39 zbjice 阅读(228) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/b6809b5a0c26 阅读全文
posted @ 2020-06-09 10:38 zbjice 阅读(106) 评论(0) 推荐(0) 编辑
摘要:https://www.freesion.com/article/9252203496/ https://www.docs4dev.com/docs/zh/spring-data-redis/1.8.18.RELEASE/reference/all.html https://segmentfault 阅读全文
posted @ 2020-06-01 13:50 zbjice 阅读(396) 评论(1) 推荐(0) 编辑
摘要:@Configuration // 等价于<beans></beans>@Bean // 等价于<bean></bean>@ComponentScan // 等价于<context:component-scan base-package="com.test.demo"/> @Import({Mess 阅读全文
posted @ 2020-04-28 13:58 zbjice 阅读(128) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/liming_0820/article/details/80878168 阅读全文
posted @ 2020-04-23 23:53 zbjice 阅读(169) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/softidea/archive/2016/08/10/5759180.html 阅读全文
posted @ 2020-04-20 16:39 zbjice 阅读(380) 评论(0) 推荐(0) 编辑
摘要:https://www.iteye.com/blog/412887952-qq-com-2307244 https://blog.csdn.net/qq_37859539/article/details/82464745 阅读全文
posted @ 2020-04-20 16:38 zbjice 阅读(143) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/With_Her/article/details/82627620 注意: @WebFilter(urlPatterns = "/app/test/callback/*", filterName = "myFilter")filterName的首字母一定要 阅读全文
posted @ 2020-04-13 11:24 zbjice 阅读(380) 评论(0) 推荐(0) 编辑
摘要:第一种:转https://blog.csdn.net/chenfei2341/article/details/83652586 在Spring boot 中使用 @RequestBody 会报错,提示错误 Content type 'application/x-www-form-urlencoded 阅读全文
posted @ 2020-03-11 23:02 zbjice 阅读(8188) 评论(1) 推荐(2) 编辑
摘要:转https://www.cnblogs.com/zeroingToOne/p/8992746.html https://www.cnblogs.com/yihuihui/p/9392497.html https://www.cnblogs.com/yihuihui/p/9392497.html 一 阅读全文
posted @ 2020-03-11 11:29 zbjice 阅读(496) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示