09 2019 档案

摘要:Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2019-09-30 12:20:28.527 ERROR 2816 [ 阅读全文
posted @ 2019-09-30 12:21 今天又下小雨 阅读(1412) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-09-26 23:01 今天又下小雨 阅读(822) 评论(0) 推荐(0)
摘要:Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value '�й���׼ʱ��' is unrecognized or represents more than 阅读全文
posted @ 2019-09-26 13:02 今天又下小雨 阅读(979) 评论(0) 推荐(0)
摘要:所有低版本的 <version>3.3.9.RELEASE</version> 的版本升为<version>4.3.9.RELEASE </version> (小于4.3.9.RELEASE都修改为4.3.9.RELEASE) 比如 <dependency> <groupId>org.springf 阅读全文
posted @ 2019-09-24 20:05 今天又下小雨 阅读(13654) 评论(0) 推荐(1)
摘要:加上 *.iml;*md;*.mvn;*.gitignore;mvnw; 阅读全文
posted @ 2019-09-23 16:36 今天又下小雨 阅读(801) 评论(0) 推荐(0)
摘要:一、概述 在微服务架构下,虽然我们会尽量避免分布式事务,但是只要业务复杂的情况下这是一个绕不开的问题,如何保证业务数据一致性呢?本文主要介绍同步场景下使用Seata的AT模式来解决一致性问题。 Seata是 阿里巴巴 开源的 一站式分布式事务解决方案 中间件,以 高效 并且对业务 0 侵入 的方式, 阅读全文
posted @ 2019-09-16 11:01 今天又下小雨 阅读(1000) 评论(0) 推荐(0)
摘要:问题描述:org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalStateException: Request URI 阅读全文
posted @ 2019-09-11 16:34 今天又下小雨 阅读(1342) 评论(0) 推荐(0)