摘要:
MyBits框架 软件开发常用结构 三层架构 三层架构包含的三层: 界面层(User Interface layer)、业务逻辑层(Business Logic Layer)、数据访问层(Data access layer) 三层的职责: 界面层(表示层,视图层):主要功能是接受用户的数据,显示请求 阅读全文
摘要:
mybatis下载和配置过程 maven仓库: <!-- https://mvnrepository.com/artifact/org.mybatis/mybatis --><dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis 阅读全文