У меня проблемы с обслуживанием моего углового приложения при загрузке Spring.
@RequestMapping("/home")
public String home() {
return "index";
}
Структура папки
resources > public > index.html
Если я перехожу на localhost: 8080 / home, я получаю эту ошибку:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing
this as a fallback.
Mon Dec 17 13:30:33 CET 2018
There was an unexpected error (type=Internal Server Error, status=500).
Could not resolve view with name 'index' in servlet with name 'dispatcherServlet'
Но если я перейду прямо к http://localhost:8080/index.html, это сработает
Если я пойду прямо к http://localhost:8080, я получу:
No mapping for GET /