@Controller
@RequestMapping(value=“shopadmin”,method= {RequestMethod.GET})
/**
*/
public class ShopAdminController {
@RequestMapping(value="/shopoperation")
public String shopOperation() {
// 转发至店铺注册/编辑页面
return “shop/shopoperation”;
}
}
而Controller下改成post完成没有问题
SSM商铺V1.0,解决毕设痛点;SpringBoot商铺V2.0,满足工作刚需
了解课程