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 1212import com .alipay .muagent .service .connector .ConnectorManager ;
1313import com .alipay .muagent .service .tool .loader .ToolLoader ;
1414import 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 ;
1621
1722/**
1823 * @author renmao.rm
You can’t perform that action at this time.
0 commit comments