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

pull/195/head
YunaiV 2025-05-15 17:12:00 +08:00
parent 9e067715cb
commit c251fcf698
921 changed files with 12 additions and 13 deletions

View File

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

View File

@ -3,10 +3,10 @@
FROM eclipse-temurin:21-jre
## 创建目录,并使用它作为工作目录
RUN mkdir -p /yudao-module-infra-biz
WORKDIR /yudao-module-infra-biz
RUN mkdir -p /yudao-module-infra-server
WORKDIR /yudao-module-infra-server
## 将后端项目的 Jar 文件,复制到镜像中
COPY ./target/yudao-module-infra-biz.jar app.jar
COPY ./target/yudao-module-infra-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-infra-biz</artifactId>
<artifactId>yudao-module-infra-server</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>

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