摘要: 问题描述 在做SpringBoot项目的时候,如果是像之前Springmvc或者是Servlet中添加监听器会出现一些问题 例如: SpringBoot项目,如果使用监听器的注解@WebListener(javax.servlet.annotation.WebListener)比如写了一个Appli 阅读全文
posted @ 2021-09-14 23:03 黄河大道东 阅读(828) 评论(0) 推荐(0) 编辑
摘要: RequestContextHolder DisposableBean ApplicationContextAware InitializingBean WebMvcConfigurer AsyncConfigurer AuditorAware(审计) SmartInitializingSingle 阅读全文
posted @ 2021-09-14 23:02 黄河大道东 阅读(54) 评论(0) 推荐(0) 编辑
摘要: (1)-Xms20M 表示设置JVM启动内存的最小值为20M (2)-Xmx20M 表示设置JVM启动内存的最大值为20M,将-Xmx和-Xms设置为一样可以避免JVM内存自动扩展。 (3)-verbose:gc 表示输出虚拟机中GC的详细情况 (4)-Xss128k 表示可以设置虚拟机栈的大小为1 阅读全文
posted @ 2021-09-14 22:11 黄河大道东 阅读(69) 评论(0) 推荐(0) 编辑