JeecgBoot 2.4 微服务正式版本发布

This commit is contained in:
zhangdaiscott
2020-11-27 13:30:43 +08:00
parent c1ddcb50d3
commit e3fdfbc218
614 changed files with 206280 additions and 29221 deletions
@@ -10,6 +10,6 @@ WORKDIR /jeecg-boot
EXPOSE 8080
ADD ./target/jeecg-boot-module-system-2.3.0.jar ./
ADD ./target/jeecg-boot-module-system-2.4.0.jar ./
CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jeecg-boot-module-system-2.3.0.jar
CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jeecg-boot-module-system-2.4.0.jar