jeecgboot3.4.2版本发布,升级版本号

This commit is contained in:
zhangdaiscott
2022-09-22 16:12:25 +08:00
parent 0ee38b7f4a
commit 4cd59179bd
35 changed files with 44 additions and 44 deletions

View File

@ -10,6 +10,6 @@ WORKDIR /jeecg-system-cloud
EXPOSE 7001
ADD ./target/jeecg-system-cloud-start-3.4.0.jar ./
ADD ./target/jeecg-system-cloud-start-3.4.2.jar ./
CMD sleep 10;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-cloud-start-3.4.0.jar
CMD sleep 10;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-cloud-start-3.4.2.jar