Adding a custom page in spring roo

前端 未结 3 951
孤街浪徒
孤街浪徒 2021-01-01 02:17

I have a question about spring roo.

How can you add a custom page to your web application? It seems really basic and easy if I\'m using standard Servlet, but I\'m to

3条回答
  •  自闭症患者
    2021-01-01 03:01

    I did same. I got the same issue. Then I noticed webmvc-config.xml not having entry of . I put the entry and now it is working now. Make sure the presence of the above said code.

提交回复
热议问题