From 04a042c585fd9c4ea1b7d61163d77c5f72a757f9 Mon Sep 17 00:00:00 2001
From: hjk2008 <hjk2008ext@163.com>
Date: Fri, 25 Nov 2022 17:32:35 +0800
Subject: [PATCH] 修复没有指定 spring-boot-maven-plugin 的版本号默认去拉取基于 JDK17 编译的 3.0 版本导致打包失败的问题

---
 docker/deploy.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/deploy.sh b/docker/deploy.sh
index 0ee4cd8..0248909 100644
--- a/docker/deploy.sh
+++ b/docker/deploy.sh
@@ -26,12 +26,12 @@
 
 # 启动基础环境(必须)
 base(){
-	docker-compose up -d ruoyi-mysql ruoyi-redis ruoyi-nacos ruoyi-nginx
+	docker-compose up -d ruoyi-mysql ruoyi-redis ruoyi-nacos
 }
 
 # 启动程序模块(必须)
 modules(){
-	docker-compose up -d ruoyi-gateway ruoyi-auth ruoyi-modules-system
+	docker-compose up -d ruoyi-nginx ruoyi-gateway ruoyi-auth ruoyi-modules-system
 }
 
 # 关闭所有环境/模块

--
Gitblit v1.9.3