排序
【Java】Spring Boot 启动原理了解吗?(约697字)
文章目录Spring Boot 启动原理了解吗?了解@SpringBootApplication 注解吗?为什么 Spring Boot 在启动的时候能够找到 main 方法上的@SpringBootApplication 注解?Spring Boot 默认的包扫描路...
【Java】Java ScheduledThreadPoolExecutor要解决什么样的问题?ScheduledThreadPoolExecutor有哪些特性?(约885字)
文章目录ScheduledThreadPoolExecutor要解决什么样的问题? ScheduledThreadPoolExecutor相比ThreadPoolExecutor有哪些特性? ScheduledThreadPoolExecutor有什么样的数据结构,核心内部类和抽...
【Java】如果我想一个Bean在容器初始化的时候加载热点数据,有哪几个切入点?(约210字)
文章目录使用InitializingBean接口使用@PostConstruct注解使用BeanPostProcessor接口使用ApplicationListener接口

























