# sdk-java **Repository Path**: tulingzijiegongzuozu/sdk-java ## Basic Information - **Project Name**: sdk-java - **Description**: java 开发者工具协同 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.timeapi.cn/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-30 - **Last Updated**: 2022-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 包命名规范 域名.项目.模块.* 例如:cn.timeapi.模块.* ## 项目规范 功能独立建子模块,需要其他模块在pom.xml导入 ## 文档 ### 协议 protocol 定义: 接口和数据包 数据包:Request 请求包 , Response 返回包 ``` public interface Appliction { public Response ApiAppliction(Request request); } ``` ### 核心工具 kit