Merge branch 'feature/community-center' of https://gitea.qinmian.online/CY/mcwl-ai into preview

feature/resource
yang 2025-01-15 16:54:05 +08:00
commit 58839f1f12
2 changed files with 6 additions and 2 deletions

View File

@ -9,7 +9,11 @@
<version>3.8.8</version> <version>3.8.8</version>
</parent> </parent>
<artifactId>mcwl-knowledgePlanet</artifactId> <description>
社区中心
</description>
<artifactId>mcwl-communityCenter</artifactId>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>

View File

@ -240,7 +240,7 @@
<module>mcwl-resource</module> <module>mcwl-resource</module>
<module>mcwl-memberCenter</module> <module>mcwl-memberCenter</module>
<module>mcwl-pay</module> <module>mcwl-pay</module>
<module>mcwl-knowledgePlanet</module> <module>mcwl-communityCenter</module>
</modules> </modules>
<packaging>pom</packaging> <packaging>pom</packaging>