文件名称:restful api统一返回格式.zip
文件大小:7KB
文件格式:ZIP
更新时间:2023-06-15 03:36:43
java restful api result
REST与技术无关,代表的是一种软件架构风格,REST是Representational State Transfer的简称,中文翻译为“表征状态转移”或“表现层状态转化”。restful api统一返回格式,可以帮助大家返回统一的格式,不需要去写Result,开箱即用,不用更改。希望大家多多支持
【文件预览】:
result
----ResultCode.java(867B)
----ResponseResult.java(324B)
----ErrorResult.java(557B)
----Result.java(2KB)
handle
----ResponseResultHandle.java(2KB)
exception
----CustomException.java(1KB)
interceptor
----ResponsResultInterceptor.java(2KB)
config
----WebConfigurer.java(4KB)
----ResponseURICache.java(1KB)