-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Is your feature request related to a problem?
Option Yes
Describe the solution you'd like
Ref: #976
The purpose is for any front-end that interact/comply with Java Spring Boot CRUD API can seamlessly switch to GoFrame based back-end. I.e., need to
设计 GoFrame 服务端 API 包装层架构与接口
设计一个 GoFrame 服务端 API 包装层(Wrapper Layer)的架构和接口规范。该包装层旨在将符合 Java Spring Boot CRUD API 标准的请求(包括URL路径、HTTP方法、请求头、请求体)转换为 GoFrame 能够理解和处理的格式,并将 GoFrame 的响应转换为 Spring Boot 预期的响应格式。详细说明包装层应包含的组件(如路由拦截器、请求/响应转换器、数据模型映射器)及其相互作用方式。
Or need to document how to do it to provide such wrapper for existing GoFrame based back-end system.
Describe alternatives you've considered
No alternatives, need my GoFrame based back-end system to work with front-end that interact/comply with Java Spring Boot CRUD API.
Additional
No response