How to define a global page when requested page or method is not found?

后端 未结 2 2049
执笔经年
执笔经年 2020-12-11 11:40

I know how to fine a global error redirect page in our defined package when exception encountered that just by adding the following configuration in the parent package in

2条回答
  •  北海茫月
    2020-12-11 12:35

    Here some detaiks a how you can use the UknownHandler (https://stackoverflow.com/a/27881698/3383543), enjoy.

提交回复
热议问题