# api **Repository Path**: codealy/api ## Basic Information - **Project Name**: api - **Description**: api - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-04 - **Last Updated**: 2023-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # API [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) Coverity Scan Build Status # 基础数据源定义 * **Maven依赖管理** ``` com.whosly api version ``` 项目已上传Maven中央仓库。 > https://search.maven.org/search?q=whosly * **依赖传递** * org.projectlombok#lombok * org.apache.commons#commons-lang3 * com.google.guava#guava # Features * **基础pojo对象抽离对象AbstractBo, QueryCondition抽离至 resp中** # 版本发布历史 ================ ## 1.0.1-SNAPSHOT/RELEASE com.yueny * 所有的非数据实体, 实现 IBo; ## 1.1.0-SNAPSHOT/RELEASE com.yueny * parent 依赖升级为yueny-parent#1.2.0-RELEASE ## 1.2.0-SNAPSHOT/RELEASE com.whosly * parent 依赖升级为com.whosly#yueny-parent#1.3.0-RELEASE, 并只发布中央仓库。 ## 1.3.0-SNAPSHOT/RELEASE com.whosly * IPageable 增加新返回元素: ## 1.4.0/1.4.0-SNAPSHOT * 新增依赖 org.springframework#spring-context(provided) * 新增依赖 org.slf4j#slf4j-api(provided) * api parent 升级为i 1.3.1-RELEASE * 错误的包路径命名订正: com.whosly.api.annnotation --> com.whosly.api.annotation * 实现注解配置项加在机制AnnotationMapsHolder以及环境上下文加载 aware ## 1.5.0 * yueny-parent 版本依赖 1.5.0 * 整合 lang-exception 所有 exception module. package: com.whosly.api.exception ## 1.5.1 * 增加枚举类型:EnableType、GenderType、OsType、YesNoType