Good day,
I trying to access to
http://localhost:8080/control/greeting.html, but it return me 404 error, no problem when access to
http://localhost:8080/control/ , which return me and display index.jsp file. i can also access to
http://localhost:8080/control/hello.jsp , which return me blank page with title name, but the bean value "hellospring" doesn't render.
the project setup using spring boot, i got the same error when i replace WebInitializer with web.xml file. I did remove the web.xml when apply WebInitializer java file.
below are the structure, appreciated your guidance !
[Project setup]
src\main\java\com\mvc\WebInitializer file :
src\main\java\com\mvc\Webconfig file :
src\main\java\com\mvc\controller\HelloController.java
Web,xml
src\main\webapp\Hello.jsp
pom.xml