- 博客(6)
- 收藏
- 关注
原创 Spring Boot + Spring Cloud Gateway + Alibaba Cloud Sentinel + Alibaba Nacos 持久化 限流 熔断降级 失效 重启后规则消失
Spring Boot + Spring Cloud Gateway + Alibaba Cloud Sentinel + Alibaba Nacos 持久化 限流 熔断降级 失效 重启后规则消失
2023-03-09 16:00:53 1098
原创 Spring Boot + Spring Cloud Gateway + Alibaba Cloud Sentinel 限流 熔断降级
Spring Boot 、Spring Cloud Gateway、 Alibaba Cloud Sentinel 限流,Sentinel 规则持久化到Nacos,重启intervalSec 值为 0,流控失效
2022-12-08 16:55:02 2561 2
原创 MyCat1.6 RE 子表数据插入 cant find (root) parent sharding node for sql ERRO
MyCat1.6 RE 子表数据插入 cant find (root) parent sharding node for sql ERRO问题描述使用MyCat1.6.7.6 + MySQL 8.0.25 部署 水平分表 ER 分表时,子表插入数据,抛出如下异常:ERROR 1064 (HY000): can't find (root) parent sharding node for sql:INSERT INTO....上面抛出异常为 找不到父节点,GitHub有类似的文章GitHub,但
2021-08-06 15:47:22 662 3
原创 MyBatis 一对多嵌套查询
标题MyBatis 一对多结果集嵌套查询嵌套查询的实现原理为两次查询,比如产品表为主表,图片表为从表通过product_id字段与产品表id字段关联实现一对多,嵌套查询查询两次 首先查询 主表的数据 然后将主表id字段赋值给从表实体类中product_id 字段(productId)然后通过dao接口路径映射找到对应的MyBatis XMl文件SQL语句ID如:com.liao.dao.DImgMapper.selectDImgByProductId 进行子查询也就是第二次查询。然后返回数据数据库建表
2021-01-15 13:49:51 4426
原创 idea64.exe 点击无反应 idea64.exe无法启动解决
双击打开IDEA64.exe无反应,解决方案我是用的是IDEA2019.3在使用IDEA时候 无法打开idea64.exe 只能使用idea.exe 虽然使用起来没什么区别但是还是很让人难受的之前试过修改idea64.exe.vmoptions文件的办法 但是没有用-Xms1024m-Xmx2048m-XX:ReservedCodeCacheSize=240m-XX:+UseConc...
2020-03-12 18:35:15 21014 11
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人