Spring & JVM
Spring & JVM 专题
-
记一次 springboot+hive+log4j冲突导致CPU爆满问题
背景 为实现公司实时业务数据流处理微服务(springboot:2.7.13)高压缩比,集成了 apache orc:1.9.3 现象 在本地 IDEA 单测启动发现 @Test 方法死活不进入 分析 开始以为是构建问题…
-
Spring Cloud Gateway Filters 执行顺序分析
原文出处: segmentfault.com/a/1190000018947083 本文基于Spring Cloud Gateway 2.1.1.RELEASE。 在讲SCG的Filter的排序问题之前得先比较一下Spr…
-
CVE-2022-22947 Spring Cloud Gateway SPEL RCE复现
https://www.cnblogs.com/bitterz/p/15964852.html
-
Eclipse 集成 Mybatis Generator
https://mybatis.org/generator/running/runningWithEclipse.html
-
基于 Keycloak 集成 Grafana oidc 认证
1. Deploy on Docker Recommand for testing docker run -d \ --name=keycloak \ -p 8080:8080 \ -e PROXY_ADDRESS_FO…
-
GraalVM + SpringBoot 案例
1. 实验 安装 # 不建议使用低版本,打包可能出现不兼容问题 #curl -sSLk -O https://github.com/graalvm/graalvm-ce-builds/releases/download/…
-
Nexus3 误删 Local authentication realms 导致本地登录失败解决 背景 不小心在 Nexus3 的 Security 菜单 realms 里删除了Local Authenticating …
-
Java Spring 应用在 kubernetes 环境下JDK内存配置采坑
1. 前言 背景: 在微服务架构中,网关、注册中心、配置中心、服务追踪、认证中心等一系列组件部署到服务器中会占用一定的内存,还有各个业务服务,一部署单个服务可能就占个几百M,甚至上G。那这一系列组件和服务同时部署不得消耗…
-
SpringBoot 集成 Prometheus 实现立体监控之业务面
Spring 官方: Spring Boot 2 使用 Micrometer 收集器及配置变化 Spring 官方: 指标与追踪的区别 通过指标,我们特指允许您推断系统总体性能(跨单个应用程序的不同组件、集群中的实例、在…
-
一次生产环境 OOM 导致频繁 FGC 问题排查解决
一次生产环境 OOM 导致频繁 FGC 问题排查解决 原文: 生产环境 OOM 导致频繁 FGC 问题排查解决(E / O / FGC 区高但 S0 / S1 低) jstat 抓取 JVM GC 详情参数说明