# coordinate **Repository Path**: hesu/coordinate ## Basic Information - **Project Name**: coordinate - **Description**: 通用坐标转换java工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-23 - **Last Updated**: 2022-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 获取源码 1. 获取源码(从git上拉取项目) ## 构建 2. 导入源码 Eclipse 点击菜单 File->Import->Maven->Existing Maven Project->Next->选择源码存放位置->导入源码 3. 打包 Eclipse 中选中 coordinate 项目,鼠标右键,Run As->Maven install。运行后,target目录中有 coordinate.jar 生成,并已注册到本地Maven库 ## 调试 4. Eclipse中测试 Eclipse中打开 src/test/java/com/bgyrobot/coordinate/test 中的任一java文件,Debug As / Run As -> Java Application