实现作业上传自动创建文件夹
This commit is contained in:
@@ -24,4 +24,19 @@ public class NavController {
|
||||
public String toHomePage(){
|
||||
return "/home/home";
|
||||
}
|
||||
|
||||
@GetMapping(value = {"/feedback"})
|
||||
public String toFeedbackPage(){
|
||||
return "/home/feedback";
|
||||
}
|
||||
|
||||
@GetMapping(value = {"/about"})
|
||||
public String toAboutPage(){
|
||||
return "/home/about";
|
||||
}
|
||||
|
||||
@GetMapping(value = {"/user"})
|
||||
public String toUserPage(){
|
||||
return "/home/user";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user