代码改变世界

随笔档案-2020年10月27日

Java SpringMVC三层架构

2020-10-27 17:47 by Tanwheey, 7229 阅读, 收藏,
摘要: Java SpringMVC的工程结构一般来说分为三层,自下而上是Modle层(模型,数据访问层)、Cotroller层(控制,逻辑控制层)、View层(视图,页面显示层),其中Modle层分为两层:dao层、service层,MVC架构分层的主要作用是解耦。采用分层架构的好处,普遍接受的是系统分层 阅读全文

什么是REST接口

2020-10-27 16:57 by Tanwheey, 3590 阅读, 收藏,
摘要: 维基定义: REST,Representational State Transfer (REST) is a software architecture style consisting of guidelines and best practices for creating scalable w 阅读全文