1. 暂时去除AlertMessage.java中的implements以便于SpringBoot构建成功

2. 修改project.conf.template为project_template.conf
3. 修改README.md,添加大量项目部署解释
4. 添加StateChangeService.java中关于状态模式的相关解释
This commit is contained in:
EnderByEndera
2024-01-25 19:55:23 +08:00
parent 37b9e1f146
commit e48f837b64
11 changed files with 97 additions and 55 deletions

View File

@@ -3,10 +3,10 @@ LABEL authors="Endera"
COPY realtime_protection realtime_protection
ENV SPRINGBOOT_FIRST_URL="localhost:8081" \
SPRINGBOOT_SECOND_URL="localhost:8082" \
SPRINGBOOT_THIRD_URL="localhost:8083" \
SPRINGBOOT_FOURTH_URL="localhost:8084" \
ENV SPRINGBOOT_FIRST_URL="172.24.100.53:8081" \
SPRINGBOOT_SECOND_URL="172.24.100.53:8082" \
SPRINGBOOT_THIRD_URL="172.24.100.53:8083" \
SPRINGBOOT_FOURTH_URL="172.24.100.53:8084" \
NGINX_PORT=8080 \
NGINX_SERVER_NAME="localhost"