gpt4 book ai didi

java - 在Spring Boot应用程序上继续收到白标错误吗?

转载 作者:行者123 更新时间:2023-12-03 05:38:31 24 4
gpt4 key购买 nike

这是我的 Controller 课

 import org.springframework.stereotype.Controller;
Import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;

@Controller
public class Place {


@RequestMapping(value="/chooseaplace")
public String place(Model model) {
model.addAttribute("choose","place");
return "place";

}}

我已经整理了4个小时但仍然失败,这是什么错误?
when I run my application what happens is I get a message like this 

白标错误页面

此应用程序没有针对/ error的显式映射,因此您将其视为后备。

2019年2月5日星期二14:24:21 GMT
发生意外错误(类型=未找到,状态= 404)。
无可用讯息

我希望页面显示一条简单的消息,但是它不起作用?

最佳答案

看起来您在spring会寻找资源的地方没有资源place.html。

验证打包 war 中src / main / resources / static或src / main / resources / public目录中是否有资源。

关于java - 在Spring Boot应用程序上继续收到白标错误吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54536531/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com