版本合并,升级springboot3分支到3.7.3

This commit is contained in:
JEECG
2025-02-20 17:56:16 +08:00
230 changed files with 23438 additions and 12308 deletions

View File

@ -10,6 +10,6 @@ WORKDIR /jeecg-demo-cloud
EXPOSE 7002
ADD ./target/jeecg-demo-cloud-start-3.7.1.jar ./
ADD ./target/jeecg-demo-cloud-start-3.7.3.jar ./
CMD sleep 60;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-demo-cloud-start-3.7.1.jar
CMD sleep 60;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-demo-cloud-start-3.7.3.jar