reactor:ai 的 -biz 模块,重构成 -server 模块,意义更明确

pull/195/head
YunaiV 2025-05-17 09:08:20 +08:00
parent 857a6c7489
commit 7a20979b6a
209 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<modules>
<module>yudao-module-ai-api</module>
<module>yudao-module-ai-biz</module>
<module>yudao-module-ai-server</module>
</modules>
<packaging>pom</packaging>
<artifactId>yudao-module-ai</artifactId>

View File

@ -3,10 +3,10 @@
FROM eclipse-temurin:21-jre
## 创建目录,并使用它作为工作目录
RUN mkdir -p /yudao-module-ai-biz
WORKDIR /yudao-module-ai-biz
RUN mkdir -p /yudao-module-ai-server
WORKDIR /yudao-module-ai-server
## 将后端项目的 Jar 文件,复制到镜像中
COPY ./target/yudao-module-ai-biz.jar app.jar
COPY ./target/yudao-module-ai-server.jar app.jar
## 设置 TZ 时区
## 设置 JAVA_OPTS 环境变量,可通过 docker run -e "JAVA_OPTS=" 进行覆盖

View File

@ -8,7 +8,7 @@
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-ai-biz</artifactId>
<artifactId>yudao-module-ai-server</artifactId>
<name>${project.artifactId}</name>
<description>

Some files were not shown because too many files have changed in this diff Show More