SpringBoot线程简单配置以及使用
第一步、配置线程池:package com.kyy.springboot.pool;import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;import java.util.concurr