# edge-core **Repository Path**: qiguoli/edge-core ## Basic Information - **Project Name**: edge-core - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-04 - **Last Updated**: 2025-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 边缘网关核心模块 ## 使用 1. 关联模块到拓展模块中 ```bash $ git submodule add --force git@github.com:jetlinks/edge-core.git expands-components/jetlinks-edge/edge-core ``` 2. 在项目根目录下的`pom.xml`中的`modules`节点中添加模块 ```xml expands-components/jetlinks-edge/edge-core ```