Spring doesn't find a bean for view -


i have controller maps path / file index.html.

i getting error doesn't show in log, when debug logging turned on shows:

no matching bean found view name 'index' 

this trivial error couldn't find on it. found questions no matching bean of type ... found dependency ... don't think same one.

ps. may unrelated if write code this:

@requestmapping("/") public string index(model model) {     model.addattribute("title", "my custom title");     return "index"; } 

i don't see change in title.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -