Commit d5024f8b by xieshaohua

ExcelParser url路径变更,避免冲突

parent 16bb1d35
...@@ -34,7 +34,7 @@ import java.util.List; ...@@ -34,7 +34,7 @@ import java.util.List;
@Api(value = "Excel文件处理", tags = "Excel文件处理") @Api(value = "Excel文件处理", tags = "Excel文件处理")
@RestController @RestController
@RequestMapping(value = "/Excel") @RequestMapping(value = "/tagExcel")
public class ExcelParser { public class ExcelParser {
@Autowired @Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment