zizi c74aa7dab6 refactor(rename): yudao 命名空间整体改名 com.wanxiang.huijing(公司 Wanxiang / 项目 Huijing)
- 包根 cn.iocoder.yudao → com.wanxiang.huijing;业务 cn.wanxiang.game → com.wanxiang.huijing.game(统一单一命名空间)
- groupId cn.iocoder.cloud → com.wanxiang;artifactId + 模块目录 yudao-* → huijing-*(含 huijing-server/framework/gateway/dependencies)
- 类名 Yudao* → Huijing*(44 个);配置前缀 yudao.* → huijing.*(Tier A 标识符 + Tier B 配置)
- 排除不动:Flyway 迁移脚本(不可变历史,保 checksum)、上游归属 URL/LICENSE、DB 表名(真表 system_*/game_*,无 yudao_ 业务表)
- 范围:game-cloud + game-admin。范围外 contracts/docs/.agents 的 yudao 引用=文档漂移,后续单独清(Opus H4 判不阻断)

评审:Opus 对抗复审(逮 Flyway checksum Blocker→已修排除迁移);Codex 未同步交回。
本地验证:apply 幂等✓;范围内真代码残留 0(16 处 \bYudao 均在已排除迁移注释内)。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 13:05:48 +00:00

50 lines
2.2 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>huijing</artifactId>
<groupId>com.wanxiang</groupId>
<version>${revision}</version>
</parent>
<packaging>pom</packaging>
<modules>
<module>huijing-common</module>
<module>huijing-spring-boot-starter-env</module>
<module>huijing-spring-boot-starter-mybatis</module>
<module>huijing-spring-boot-starter-redis</module>
<module>huijing-spring-boot-starter-web</module>
<module>huijing-spring-boot-starter-security</module>
<module>huijing-spring-boot-starter-websocket</module>
<module>huijing-spring-boot-starter-monitor</module>
<module>huijing-spring-boot-starter-protection</module>
<!-- <module>huijing-spring-boot-starter-config</module>-->
<module>huijing-spring-boot-starter-job</module>
<module>huijing-spring-boot-starter-mq</module>
<module>huijing-spring-boot-starter-rpc</module>
<module>huijing-spring-boot-starter-excel</module>
<module>huijing-spring-boot-starter-test</module>
<module>huijing-spring-boot-starter-biz-tenant</module>
<module>huijing-spring-boot-starter-biz-data-permission</module>
<module>huijing-spring-boot-starter-biz-ip</module>
</modules>
<artifactId>huijing-framework</artifactId>
<description>
该包是技术组件,每个子包,代表一个组件。每个组件包括两部分:
1. core 包:是该组件的核心封装
2. config 包:是该组件基于 Spring 的配置
技术组件,也分成两类:
1. 框架组件:和我们熟悉的 MyBatis、Redis 等等的拓展
2. 业务组件:和业务相关的组件的封装,例如说数据字典、操作日志等等。
如果是业务组件Maven 名字会包含 biz
</description>
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
</project>