@Configuration @ConfigurationProperties(prefix = "spring.task.pool") public class TaskThreadPoolConfig { private int corePoolSize = 5; ...
確定! 回上一頁