上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 380 下一页
摘要: 高并发下 Redis 事务的原子性分析 1. 代码结构分析 redisTemplate.execute(new SessionCallback<Object>() { @Override public <String, Long> Object execute(RedisOperations<Str 阅读全文
posted @ 2025-05-30 15:55 张占岭 阅读(102) 评论(0) 推荐(0)
摘要: 自定义event/publishers的步骤 介绍 event/publishers功能位于carbon平台的event菜单,选择publishers菜单项即可打开发布者配置列表,你可以添加自定义的发布者,它们接收apim的相关事件 核心组件: org.wso2.carbon.event.outpu 阅读全文
posted @ 2025-05-30 09:05 张占岭 阅读(38) 评论(0) 推荐(0)
摘要: 在 Spring Boot 3.4.x 中,HttpSecurity 的 and() 方法已经被标记为过时,因此我们需要采用新的 Lambda 风格 API 来配置安全性。你可以将 exceptionHandling() 移到 HttpSecurity 的顶层配置中,而不是在 authorizeHt 阅读全文
posted @ 2025-05-29 08:45 张占岭 阅读(107) 评论(0) 推荐(0)
摘要: 在SpringBoot2.x版本下,公用包在resources/META-INF/spring.factories文件下定义 org.springframework.boot.autoconfigure.EnableAutoConfiguration=com.lind.xxx.xxx.xxx 可以实 阅读全文
posted @ 2025-05-28 16:06 张占岭 阅读(83) 评论(0) 推荐(0)
摘要: apim_metrics作为分析,诊断日志,开启它非常有必要,它是指你的应用调用api的明细,这与wso2~自定义event-publisher是不同的,这块需要清楚。 https://apim.docs.wso2.com/en/latest/monitoring/api-analytics/on- 阅读全文
posted @ 2025-05-19 14:39 张占岭 阅读(54) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 380 下一页