File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
runtime/web/src/main/java/com/alipay/muagent/web Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 12
12
import com .alipay .muagent .service .connector .ConnectorManager ;
13
13
import com .alipay .muagent .service .tool .loader .ToolLoader ;
14
14
import org .springframework .beans .factory .annotation .Autowired ;
15
- import org .springframework .web .bind .annotation .*;
15
+ import org .springframework .web .bind .annotation .RequestBody ;
16
+ import org .springframework .web .bind .annotation .RequestMapping ;
17
+ import org .springframework .web .bind .annotation .RequestMethod ;
18
+ import org .springframework .web .bind .annotation .RequestParam ;
19
+ import org .springframework .web .bind .annotation .ResponseBody ;
20
+ import org .springframework .web .bind .annotation .RestController ;
16
21
17
22
/**
18
23
* @author renmao.rm
You can’t perform that action at this time.
0 commit comments