首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏feiniaojin

    优雅地进行全局异常处理、统一返回值封装、自定义异常错误码——Graceful-Response推荐

    Graceful Response地址:https://github.com/feiniaojin/graceful-response本项目案例工程代码:https://github.com/feiniaojin 快速入门3.1 引入maven依赖graceful-response已发布至maven中央仓库,可以直接引入到项目中,maven依赖如下:<dependency> <groupId>com.feiniaojin </groupId> <artifactId>graceful-response</artifactId> <version>{latest.version}</version></dependency 该配置项支持*和**,例如graceful-response: exclude-packages: - com.lizhiadmin.pro.module. 常用配置graceful-response: # 自定义Response类的全限定名,默认为空。

    4K20编辑于 2023-11-09
  • 来自专栏用户9257747的专栏

    拒绝加班!这款高效 SpringBoot 组件,3分钟拉满生产力~

    maven依赖如下: <dependency> <groupId>com.feiniaojin</groupId> <artifactId>graceful-response</artifactId 自定义响应 异常请求放行 异常别名 常用配置项 目前该组件在GitHub上已经有两百多Star,很多朋友已经开始用了,大家可以通过下方链接了解下: https://github.com/feiniaojin/graceful-response

    45610编辑于 2023-12-04
  • 拒绝写重复代码,试试这套开源的 SpringBoot 组件,效率翻倍~

    maven 依赖如下:<dependency> <groupId>com.feiniaojin</groupId> <artifactId>graceful-response</artifactId 自定义响应异常请求放行异常别名常用配置项目前该组件在 GitHub 上已经有两百多 Star,很多朋友已经开始用了,大家可以通过下方链接了解下:https://github.com/feiniaojin/graceful-response

    4600编辑于 2026-03-07
  • 来自专栏搜云库技术团队

    拒绝写重复代码,试试这套开源的 SpringBoot 组件,效率翻倍~

    maven依赖如下: <dependency> <groupId>com.feiniaojin</groupId> <artifactId>graceful-response</artifactId 自定义响应 异常请求放行 异常别名 常用配置项 目前该组件在GitHub上已经有两百多Star,很多朋友已经开始用了,大家可以通过下方链接了解下: https://github.com/feiniaojin/graceful-response

    45310编辑于 2024-01-17
  • 来自专栏java思维导图

    拒绝写重复代码,试试这套开源的 SpringBoot 组件

    maven依赖如下: <dependency> <groupId>com.feiniaojin</groupId> <artifactId>graceful-response</artifactId 自定义响应 异常请求放行 异常别名 常用配置项 目前该组件在GitHub上已经有两百多Star,很多朋友已经开始用了,大家可以通过下方链接了解下: https://github.com/feiniaojin/graceful-response

    35410编辑于 2024-04-10
  • 来自专栏HelloGitHub

    《HelloGitHub》第 92 期

    database postgres://localhost:5432/database up 2 地址:https://github.com/golang-migrate/migrate Java 项目 14、graceful-response Data data = service.query(params); return data; } } 地址:https://github.com/feiniaojin/graceful-response

    56510编辑于 2023-11-28
领券