SpringBoot2.x配置全局异常返回自定义页面

1、返回自定义异常界面,需要引入thymeleaf依赖         <dependency>            <groupId>org.springframework.boot</groupId>            <artifactId>spring-boot-starter-thymeleaf</artifactId>         </dependency>     2、re
相关文章
相关标签/搜索