【修改】修改错误的路径名

This commit is contained in:
zer0Black
2021-03-11 10:29:17 +08:00
parent 2abbbef916
commit 15130c62f1
2 changed files with 15 additions and 15 deletions
@@ -38,7 +38,7 @@ import java.util.List;
@Slf4j
@Api(tags = "单表DEMO")
@RestController
@RequestMapping("/test/JeroDemo")
@RequestMapping("/test/jeroDemo")
public class JeroDemoController extends JeroController<JeroDemo, IJeroDemoService> {
@Autowired
private IJeroDemoService JeroDemoService;