chore(project): rebranded project as 恭学教育 (GongXue Education)

- 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.
This commit is contained in:
2026-07-27 15:12:32 +08:00
parent fd54f07889
commit 7426579863
2342 changed files with 2839 additions and 2710 deletions

View File

@@ -10,8 +10,8 @@ spring:
- org.springframework.ai.vectorstore.qdrant.autoconfigure.QdrantVectorStoreAutoConfiguration # 禁用 AI 模块的 Qdrant手动创建
- org.springframework.ai.vectorstore.redis.autoconfigure.RedisVectorStoreAutoConfiguration # 禁用 AI 模块的 Redis手动创建
- org.springframework.ai.vectorstore.milvus.autoconfigure.MilvusVectorStoreAutoConfiguration # 禁用 AI 模块的 Milvus手动创建
- org.dromara.trans.config.TransServiceConfig # TODO 芋艿easy-trans 兼容 Spring Boot 4 后移除TransServiceConfig 引用了已移除的 RestTemplateBuilder
# TODO 芋艿spring-ai-alibaba 2.0.0-M1.1 的 DashScope 自动配置暂不兼容 Spring AI 2.0.0
- org.dromara.trans.config.TransServiceConfig # TODO 管理员easy-trans 兼容 Spring Boot 4 后移除TransServiceConfig 引用了已移除的 RestTemplateBuilder
# TODO 管理员spring-ai-alibaba 2.0.0-M1.1 的 DashScope 自动配置暂不兼容 Spring AI 2.0.0
- com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeChatAutoConfiguration
- com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeAgentAutoConfiguration
- com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeImageAutoConfiguration
@@ -182,7 +182,7 @@ wx: # 参见 https://github.com/Wechat-Group/WxJava/blob/develop/spring-boot-sta
--- #################### 项目相关配置 ####################
# 芋道配置项,设置当前项目所有自定义的配置
# 恭学配置项,设置当前项目所有自定义的配置
yudao:
pay:
order-notify-url: http://yunai.natapp1.cc/admin-api/pay/notify/order # 支付渠道的【支付】回调地址