package com.ajxm.web.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@RequestMapping(value="/")
public class PageController {
@RequestMapping(value="/main")
public String defaultPage(){
return "default";
}
@RequestMapping(value="/404")
public String pageLost(){
return "error/404";
}
@RequestMapping(value="/500")
public String serverError(){
return "error/500";
}
}
最近下载更多
yeyuuu LV6
2023年5月20日
h_z_feng LV1
2022年12月24日
potato1234 LV6
2022年3月22日
amour1 LV11
2021年12月5日
543666826 LV34
2021年11月19日
w384553037 LV1
2021年11月4日
wubinbin LV11
2021年10月10日
heqian LV17
2021年9月28日
ljl123456321 LV1
2021年9月11日
木木不爱安妮酱 LV10
2021年7月3日

最近浏览