Spring Boot内存泄漏
-
在Spring Boot中浅尝内存泄漏的实战记录
目录使用静态集合持有对象引用,阻止GC回收关键点:可执行代码:验证:1,运行程序(启动时添加JVM参数限制堆大小):2,访问 http://localhost:8080/leak 触发泄漏问题定位使用jvisualvm工具定位问题使用MAT(Memory[详细]
2025-04-18 10:30 分类:开发 Getting error in MVC Proj while writing Lambda Expression
i am creating a sample movie (MVC) application. I was getting fine with Viewing and Creating a new record, but when i wrote the code to get the details of a particular record i met with the following[详细]
2022-12-29 00:31 分类:问答