File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
2.x/chapter7-8/src/main/java/com/didispace/chapter78 Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
package com .didispace .chapter78 ;
2
2
3
- import org .springframework .beans .factory .annotation .Autowired ;
4
3
import org .springframework .boot .SpringApplication ;
5
4
import org .springframework .boot .autoconfigure .SpringBootApplication ;
6
5
import org .springframework .context .annotation .Bean ;
7
6
import org .springframework .context .annotation .Configuration ;
8
7
import org .springframework .scheduling .annotation .EnableAsync ;
9
8
import org .springframework .scheduling .concurrent .ThreadPoolTaskExecutor ;
10
- import org .springframework .web .bind .annotation .GetMapping ;
11
- import org .springframework .web .bind .annotation .RequestMapping ;
12
- import org .springframework .web .bind .annotation .RestController ;
13
9
14
10
import java .util .concurrent .Executor ;
15
- import java .util .concurrent .RejectedExecutionHandler ;
16
- import java .util .concurrent .ThreadPoolExecutor ;
17
11
18
12
@ EnableAsync
19
13
@ SpringBootApplication
You can’t perform that action at this time.
0 commit comments