错误
文章平均质量分 55
N_007
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nacos 使用 ribbon 遇到的错误
org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://e-commerce-authority-center/ecommerce-authority-center/authority/token": e-commerce-authority-center; nested exception is java.net.UnknownHostException: e-commerc原创 2023-02-07 11:59:32 · 911 阅读 · 0 评论 -
Windows 下安装 RocketMQ 遇到的问题
Windows 下安装 RocketMQ 遇到的问题,此时不应有 \rocketmq-4.9.3\bin)。错误: 找不到或无法加载主类 Files\Java\jdk1.8.0_181\lib\dt.jar;D:\Program原创 2022-06-08 14:43:12 · 814 阅读 · 0 评论 -
org.springframework.orm.jpa.JpaSystemException: ids for this class must be manually assigned before
在使用 Spring JPA 进行数据库保存操作时,提示该错误错误意思是 在调用save()方法之前之前,必须手动添加此类的ID。数据库 id 字段已设置自动增长,发现实体类 id 并未设置自动增长属性,加入@GeneratedValue(strategy = IDENTITY) 标签即可 @Id @GeneratedValue(strategy = IDENTITY) private Long id;...原创 2022-05-16 16:11:29 · 2282 阅读 · 0 评论 -
数据库连接 The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone.
数据库连接参数如下警告: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@1fdce27 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to su原创 2017-11-14 10:06:49 · 1651 阅读 · 0 评论 -
c:forTokens 报错 The method setItems(String) in the type ForTokensTag is not applicable for the argume
问题:在本地跑,一切正常。到服务器,立马出错。c:forTokens 就报错 The method setItems(String) in the type ForTokensTag is not applicable for the argume1.jstl.jar 重复参考:jstl.jar 包 重复 排除 jstl 重复的可能性2. standard原创 2017-12-11 18:14:29 · 1961 阅读 · 1 评论
分享