Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 全局异常处理最佳实践
- Host: GitHub
- URL: https://github.com/zhaojun1998/exception-handler-demo
- Owner: zhaojun1998
- Created: 2019-01-01T15:32:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T08:49:53.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T17:22:07.994Z (3 months ago)
- Language: JavaScript
- Size: 669 KB
- Stars: 52
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)