jtlgb

导航

 

2018年8月21日

摘要: 目录 一、前言 二、容器启动 2.1 @SpringBootApplication注解 2.2 SpringApplication.run()静态方法 如上图,容器启动流程可以分为5个主要步骤: 1.getRunListeners获取监听器(SpringApplicationRunListeners 阅读全文
posted @ 2018-08-21 11:01 jtlgb 阅读(394) 评论(0) 推荐(0) 编辑
 
摘要: 我们常用ThreadPoolExecutor提供的线程池服务,springboot框架提供了@Async注解,帮助我们更方便的将业务逻辑提交到线程池中异步执行,今天我们就来实战体验这个线程池服务; 本文地址:http://blog.csdn.net/boling_cavalry/article/de 阅读全文
posted @ 2018-08-21 10:53 jtlgb 阅读(3506) 评论(0) 推荐(1) 编辑