Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

作者你好,按照你的配置 资源访问不到 #2

Open
HelloLINyuanxun opened this issue Mar 5, 2018 · 1 comment
Open

作者你好,按照你的配置 资源访问不到 #2

HelloLINyuanxun opened this issue Mar 5, 2018 · 1 comment

Comments

@HelloLINyuanxun
Copy link

作者你好,按照你的配置 资源访问不到
@controller
public class HelloController {
@RequestMapping("/hello")
public String hello(Map<String,Object> map){
map.put("name", "[hello word");
return "hello";
}
}

Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

Mon Mar 05 15:46:21 CST 2018
There was an unexpected error (type=Internal Server Error, status=500).
Circular view path [hello]: would dispatch back to the current handler URL [/hello/hello] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)

@xugui-cmss
Copy link

数据库脚本都没,怎么可能访问的了呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants