Spring Boot JSP 404

后端 未结 14 1444
陌清茗
陌清茗 2020-11-28 07:17

I\'m trying to add a jsp page in my Spring Boot service. My problem is that every time I try to go to that page I have this:

Whitelabel Error Page

14条回答
  •  遥遥无期
    2020-11-28 07:24

    If you are using IDEA development tools, then you can try specifying

    Configurations -> Configuration -> environment -> Working directory
    

    The value in $MODULE_DIR$

提交回复
热议问题