JeecgBoot 低代码平台 3.5.3 版本发布,Online 功能专题升级

This commit is contained in:
zhangdaiscott
2023-07-23 23:11:39 +08:00
parent 1a722fcb07
commit 7167668c2a
36 changed files with 46 additions and 46 deletions

View File

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

View File

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