forked from wangziqi/ruoyi-vue-pro
- Updated pom.xml project name, description, and URL to 恭学教育. - Changed LICENSE copyright holder to 恭学教育 (GongXue Education). - Rebranded README.md with new project title and tagline. - Replaced @author 芋道源码 with @author 恭学教育 across all Java source files. - Updated Swagger metadata with 恭学教育 API title and admin@gongxue.com. - Added Gitea Actions CI pipeline for automated build and deployment.
25 lines
864 B
XML
25 lines
864 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<artifactId>yudao</artifactId>
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
<modules>
|
|
<module>yudao-module-iot-biz</module>
|
|
<module>yudao-module-iot-core</module>
|
|
<module>yudao-module-iot-gateway</module>
|
|
</modules>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>yudao-module-iot</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>${project.artifactId}</name>
|
|
<description>
|
|
物联网模块
|
|
<!-- TODO 管理员:需要补充下说明! -->
|
|
</description>
|
|
|
|
</project> |