随笔分类 -  JAVA问题类汇总

摘要:启动同构项目时报了"Fail to start qos server"、"qos-server can not bind localhost:22222" 的异常。 查阅dubbo文档后发现,更改方法 解决方案为: 在dubbo.properties 下,添加 dubbo.application.q 阅读全文
posted @ 2019-09-19 20:59 我真的看不懂 阅读(1608) 评论(0) 推荐(0)
摘要:1.检查项目的全局编码,是否为统一的utf-8 2.配置下的dubbo.xml文件,<beans>中的内容不为 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/X 阅读全文
posted @ 2019-09-14 19:51 我真的看不懂 阅读(558) 评论(0) 推荐(0)
摘要:先来看一下我的问题 . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' | 阅读全文
posted @ 2019-08-09 14:51 我真的看不懂 阅读(3027) 评论(0) 推荐(0)
摘要:问题原因:自从spring boot开始使用2.0x版本以上后,很多相应的依赖文件版本开始变化 该版本为spring-boot 1.4.1 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</ar 阅读全文
posted @ 2019-04-24 20:46 我真的看不懂 阅读(7823) 评论(0) 推荐(0)
摘要:确定配置进行依赖和配置没有错误后。 调整spring boot 的版本,因为新版本对老版本的spring boot 不能使用。 改为: <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent 阅读全文
posted @ 2019-04-12 13:41 我真的看不懂 阅读(487) 评论(0) 推荐(0)
摘要:再接手老文档的时候,发现有这么一个问题 错误显示为: 原文档写法: 解决方法: 这是一个编译时写法的问题,将上方的RequestMapping去掉,然后把路径放在下面的PostMapping 便可以正常运行 阅读全文
posted @ 2019-02-16 16:06 我真的看不懂 阅读(4315) 评论(0) 推荐(1)
摘要:在创建spring boot 文档进行配置的时候,因为使用spring boot 父级依赖的版本 <artifactId>spring-boot-starter-parent</artifactId> <version>1.4.1.RELEASE</version> 使用1.4.1的版本时,有一定情 阅读全文
posted @ 2018-07-17 18:05 我真的看不懂 阅读(12408) 评论(0) 推荐(0)