微服务拆分3

highway
zhaoxiaolin 1 year ago
parent b2e861f314
commit 907774948b

@ -24,7 +24,7 @@ import java.util.List;
* @date 2023-07-10 * @date 2023-07-10
*/ */
@RestController @RestController
@RequestMapping("/file") @RequestMapping("/baseFile")
public class BaseFileController extends BaseController { public class BaseFileController extends BaseController {
@Autowired @Autowired
private IBaseFileService baseFileService; private IBaseFileService baseFileService;

Loading…
Cancel
Save