internalResourceViewResolver doesnt work in spring
internalResourceViewResolver doesnt work in spring
Found the problem, all the code is actually find, for some reason I need to add this to maven:
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<scope>provided</scope>
</dependency>