升级版本号3.5.2

This commit is contained in:
zhangdaiscott
2023-06-07 15:00:01 +08:00
parent cecbc3f628
commit 101ffd91af
36 changed files with 46 additions and 46 deletions

View File

@ -11,6 +11,6 @@ WORKDIR /jeecg-boot
EXPOSE 8080
#ADD ./src/main/resources/jeecg ./config/jeecg
ADD ./target/jeecg-system-start-3.5.1.jar ./
ADD ./target/jeecg-system-start-3.5.2.jar ./
CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-start-3.5.1.jar
CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-start-3.5.2.jar