Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhaojun1998/exception-handler-demo

Spring Boot 全局异常处理最佳实践
https://github.com/zhaojun1998/exception-handler-demo

Last synced: about 17 hours ago
JSON representation

Spring Boot 全局异常处理最佳实践

Awesome Lists containing this project

README

        

# Spring Boot 全局异常处理最佳实践

这是一个简单的演示项目, 下载后创建数据库 `exception`, 并导入 `init.sql` 创建表, 然后启动项目, 访问 http://127.0.0.1:8080/user/list 即可.

详解见文章:
* [Spring MVC/Boot 统一异常处理最佳实践](http://www.zhaojun.im/springboot-exception/)
* [Spring Boot 统一异常处理最佳实践 -- 拓展篇](http://www.zhaojun.im/springboot-exception-expand/)