web层
web层主要包括前端交互设计(业务流程)、Restful、springMVC,前端框架(bootstrap+jquery,vue)
Restful
URL设计 :/模块/资源/{标识}/集合1/...
- /user/{uid}/frends ->好友列表
- /user/{uid}/followers ->关注者列表
springMVC
web层
web层主要包括前端交互设计(业务流程)、Restful、springMVC,前端框架(bootstrap+jquery,vue)
Restful
URL设计 :/模块/资源/{标识}/集合1/...
springMVC