jeecgboot 3.5.5版本发布(跳过3.5.4)

This commit is contained in:
zhangdaiscott
2023-09-20 11:58:10 +08:00
parent 81351aeb7a
commit d557aa4cc0
36 changed files with 46 additions and 46 deletions

View File

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

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>jeecg-server-cloud</artifactId>
<groupId>org.jeecgframework.boot</groupId>
<version>3.5.3</version>
<version>3.5.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jeecg-system-cloud-start</artifactId>