🔖 升级版本.
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
当前版本: **1.0.1**
|
当前版本: **1.0.2**
|
||||||
github: https://github.com/lijiahangmax/orion-ops-pro
|
github: https://github.com/lijiahangmax/orion-ops-pro
|
||||||
gitee: https://gitee.com/lijiahangmax/orion-ops-pro
|
gitee: https://gitee.com/lijiahangmax/orion-ops-pro
|
||||||
文档: https://lijiahangmax.gitee.io/orion-ops-pro/#/
|
文档: https://lijiahangmax.gitee.io/orion-ops-pro/#/
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
version: '3.3'
|
version: '3.3'
|
||||||
services:
|
services:
|
||||||
orion-ops-pro:
|
orion-ops-pro:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-ops-pro:1.0.1
|
image: registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-ops-pro:1.0.2
|
||||||
ports:
|
ports:
|
||||||
- 1081:80
|
- 1081:80
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
mv ../../orion-ops-launch/target/orion-ops-launch.jar ./
|
mv ../../orion-ops-launch/target/orion-ops-launch.jar ./
|
||||||
mv ../../orion-ops-ui/dist ./dist
|
mv ../../orion-ops-ui/dist ./dist
|
||||||
docker build -t orion-ops-pro:1.0.1 .
|
docker build -t orion-ops-pro:1.0.2 .
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
当前版本: **1.0.1**
|
当前版本: **1.0.2**
|
||||||
github: https://github.com/lijiahangmax/orion-ops-pro
|
github: https://github.com/lijiahangmax/orion-ops-pro
|
||||||
gitee: https://gitee.com/lijiahangmax/orion-ops-pro
|
gitee: https://gitee.com/lijiahangmax/orion-ops-pro
|
||||||
文档: https://lijiahangmax.gitee.io/orion-ops-pro/#/
|
文档: https://lijiahangmax.gitee.io/orion-ops-pro/#/
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# orion-ops-pro <small>1.0.1</small>
|
# orion-ops-pro <small>1.0.2</small>
|
||||||
|
|
||||||
> 一款开箱即用的运维平台。
|
> 一款开箱即用的运维平台。
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<url>https://github.com/lijiahangmax/orion-ops-pro</url>
|
<url>https://github.com/lijiahangmax/orion-ops-pro</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>1.0.1</revision>
|
<revision>1.0.2</revision>
|
||||||
<spring.boot.version>2.7.17</spring.boot.version>
|
<spring.boot.version>2.7.17</spring.boot.version>
|
||||||
<spring.boot.admin.version>2.7.15</spring.boot.admin.version>
|
<spring.boot.admin.version>2.7.15</spring.boot.admin.version>
|
||||||
<flatten.maven.plugin.version>1.5.0</flatten.maven.plugin.version>
|
<flatten.maven.plugin.version>1.5.0</flatten.maven.plugin.version>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ public interface OrionOpsProConst {
|
|||||||
/**
|
/**
|
||||||
* 同 ${orion.version} 迭代时候需要手动更改
|
* 同 ${orion.version} 迭代时候需要手动更改
|
||||||
*/
|
*/
|
||||||
String VERSION = "1.0.1";
|
String VERSION = "1.0.2";
|
||||||
|
|
||||||
String GITHUB = "https://github.com/lijiahangmax/orion-ops-pro";
|
String GITHUB = "https://github.com/lijiahangmax/orion-ops-pro";
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
.flat(1)
|
.flat(1)
|
||||||
.filter(s => s.meta)
|
.filter(s => s.meta)
|
||||||
.map(s => s as RouteRecordNormalized)
|
.map(s => s as RouteRecordNormalized)
|
||||||
.slice(0, 12);
|
.slice(0, 15);
|
||||||
|
|
||||||
// 打开路由
|
// 打开路由
|
||||||
const openRoute = (e: any, route: RouteRecordNormalized) => {
|
const openRoute = (e: any, route: RouteRecordNormalized) => {
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -22,7 +22,7 @@
|
|||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>1.0.1</revision>
|
<revision>1.0.2</revision>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
<maven.compiler.target>8</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
<maven.surefire.plugin.version>3.0.0-M5</maven.surefire.plugin.version>
|
<maven.surefire.plugin.version>3.0.0-M5</maven.surefire.plugin.version>
|
||||||
|
|||||||
Reference in New Issue
Block a user