4.6.0
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-parent</artifactId>
|
<artifactId>jeesite-parent</artifactId>
|
||||||
<version>4.5.1-SNAPSHOT</version>
|
<version>4.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-parent</artifactId>
|
<artifactId>jeesite-parent</artifactId>
|
||||||
<version>4.5.1-SNAPSHOT</version>
|
<version>4.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../parent/pom.xml</relativePath>
|
<relativePath>../../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -14,3 +14,4 @@
|
|||||||
4.4.0
|
4.4.0
|
||||||
4.4.1
|
4.4.1
|
||||||
4.5.0
|
4.5.0
|
||||||
|
4.6.0
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-parent</artifactId>
|
<artifactId>jeesite-parent</artifactId>
|
||||||
<version>4.5.1-SNAPSHOT</version>
|
<version>4.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../parent/pom.xml</relativePath>
|
<relativePath>../../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ cd app
|
|||||||
jar -xvf web.war
|
jar -xvf web.war
|
||||||
rm web.war
|
rm web.war
|
||||||
cd WEB-INF
|
cd WEB-INF
|
||||||
exec ./startup.sh
|
sh ./startup.sh
|
||||||
]]>
|
]]>
|
||||||
</content>
|
</content>
|
||||||
</template>
|
</template>
|
||||||
@@ -4,7 +4,7 @@ productName: JeeSite Demo
|
|||||||
companyName: ThinkGem
|
companyName: ThinkGem
|
||||||
|
|
||||||
# 产品版本、版权年份
|
# 产品版本、版权年份
|
||||||
productVersion: V4.5
|
productVersion: V4.6
|
||||||
copyrightYear: 2022
|
copyrightYear: 2022
|
||||||
|
|
||||||
# 数据库连接
|
# 数据库连接
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-parent</artifactId>
|
<artifactId>jeesite-parent</artifactId>
|
||||||
<version>4.5.1-SNAPSHOT</version>
|
<version>4.6.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>JeeSite Parent</name>
|
<name>JeeSite Parent</name>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite</artifactId>
|
<artifactId>jeesite</artifactId>
|
||||||
<version>4.5.1-SNAPSHOT</version>
|
<version>4.6.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>JeeSite</name>
|
<name>JeeSite</name>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-root</artifactId>
|
<artifactId>jeesite-root</artifactId>
|
||||||
<version>4.5.1-SNAPSHOT</version>
|
<version>4.6.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>JeeSite Root</name>
|
<name>JeeSite Root</name>
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ ENTRYPOINT jar -xvf app.war && rm app.war && cd WEB-INF && sh startup.sh
|
|||||||
|
|
||||||
EXPOSE 8980
|
EXPOSE 8980
|
||||||
|
|
||||||
#docker run -p 8980:8980 thinkgem/jeesite-web:4.4
|
#docker run -p 8980:8980 thinkgem/jeesite-web:4.6
|
||||||
|
|||||||
@@ -24,4 +24,4 @@ cd app
|
|||||||
jar -xvf web.war
|
jar -xvf web.war
|
||||||
rm web.war
|
rm web.war
|
||||||
cd WEB-INF
|
cd WEB-INF
|
||||||
exec ./startup.sh
|
sh ./startup.sh
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-parent</artifactId>
|
<artifactId>jeesite-parent</artifactId>
|
||||||
<version>4.5.1-SNAPSHOT</version>
|
<version>4.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../parent/pom.xml</relativePath>
|
<relativePath>../parent/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ productName: JeeSite Demo
|
|||||||
companyName: ThinkGem
|
companyName: ThinkGem
|
||||||
|
|
||||||
# 产品版本、版权年份
|
# 产品版本、版权年份
|
||||||
productVersion: V4.5
|
productVersion: V4.6
|
||||||
copyrightYear: 2022
|
copyrightYear: 2022
|
||||||
|
|
||||||
# 是否演示模式
|
# 是否演示模式
|
||||||
|
|||||||
Reference in New Issue
Block a user