Fork me on GitHub
摘要: REST简介 REST (Representational State Transfer),表现形式转换,即访问网络资源格式 传统风格资源描述形式 http://localhost/user/getById?id=1 http://localhost/user/saveUser REST风格描述形式 阅读全文
posted @ 2023-01-20 11:01 Luohaijun 阅读(48) 评论(0) 推荐(0)