更换目录

This commit is contained in:
zkr_liushenlu 2021-03-24 09:36:41 +08:00
parent f3550bd4b8
commit 7752a981ed
4 changed files with 5 additions and 0 deletions

View File

@ -13,4 +13,9 @@ import org.springframework.web.bind.annotation.RequestMapping;
@Controller @Controller
@RequestMapping("adverts") @RequestMapping("adverts")
public class AdvertisementController extends BaseController { public class AdvertisementController extends BaseController {
private String prefix = "adverts";
} }