Skip to content

Commit 206b4c1

Browse files
committed
update version
1 parent d9a4f8d commit 206b4c1

17 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ mvn clean package spring-boot:repackage
133133
启动项目
134134

135135
```bash
136-
java -jar mxpio-boot-example\target\mxpio-boot-example-1.0.10.jar
136+
java -jar mxpio-boot-example\target\mxpio-boot-example-1.0.11.jar
137137
```
138138

139139
### 6.2新建Maven项目运行
@@ -145,7 +145,7 @@ java -jar mxpio-boot-example\target\mxpio-boot-example-1.0.10.jar
145145
<parent>
146146
<groupId>com.mxpio</groupId>
147147
<artifactId>mxpio-boot-parent</artifactId>
148-
<version>1.0.10</version>
148+
<version>1.0.11</version>
149149
</parent>
150150
```
151151

@@ -240,7 +240,7 @@ mvn clean package spring-boot:repackage
240240
启动项目
241241

242242
```bash
243-
java -jar target\mxpio-boot-example-1.0.10.jar
243+
java -jar target\mxpio-boot-example-1.0.11.jar
244244
```
245245

246246
### 6.3源码运行
@@ -306,7 +306,7 @@ mvn clean package spring-boot:repackage
306306
启动项目
307307

308308
```bash
309-
java -jar mxpio-boot-webapp\target\mxpio-boot-webapp-1.0.10.jar
309+
java -jar mxpio-boot-webapp\target\mxpio-boot-webapp-1.0.11.jar
310310
```
311311

312312
## 7.开发文档

mxpio-boot-base-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.mxpio</groupId>
77
<artifactId>mxpio-boot-parent</artifactId>
8-
<version>1.0.10</version>
8+
<version>1.0.11</version>
99
</parent>
1010
<artifactId>mxpio-boot-base-autoconfigure</artifactId>
1111
<name>自动装配模块</name>

mxpio-boot-base-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.mxpio</groupId>
77
<artifactId>mxpio-boot-parent</artifactId>
8-
<version>1.0.10</version>
8+
<version>1.0.11</version>
99
</parent>
1010
<artifactId>mxpio-boot-base-cache</artifactId>
1111
<name>缓存模块</name>

mxpio-boot-base-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.mxpio</groupId>
77
<artifactId>mxpio-boot-parent</artifactId>
8-
<version>1.0.10</version>
8+
<version>1.0.11</version>
99
</parent>
1010
<artifactId>mxpio-boot-base-common</artifactId>
1111
<name>公共模块</name>

mxpio-boot-base-common/src/main/java/com/mxpioframework/common/swagger/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class SwaggerConfig implements WebMvcConfigurer {
2424
@Value("${mxpio.swagger.desc:MxpIO-Boot API}")
2525
private String swaggerDesc;
2626

27-
@Value("${mxpio.swagger.version:1.0.10}")
27+
@Value("${mxpio.swagger.version:1.0.11}")
2828
private String swaggerVersion;
2929

3030
@Value("${mxpio.swagger.author:MxpIO}")

mxpio-boot-base-excel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.mxpio</groupId>
66
<artifactId>mxpio-boot-parent</artifactId>
7-
<version>1.0.10</version>
7+
<version>1.0.11</version>
88
</parent>
99
<artifactId>mxpio-boot-base-excel</artifactId>
1010
<name>Excel模块</name>

mxpio-boot-base-expression/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.mxpio</groupId>
77
<artifactId>mxpio-boot-parent</artifactId>
8-
<version>1.0.10</version>
8+
<version>1.0.11</version>
99
</parent>
1010
<artifactId>mxpio-boot-base-expression</artifactId>
1111
<name>表达式模块</name>

mxpio-boot-base-flowable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.mxpio</groupId>
77
<artifactId>mxpio-boot-parent</artifactId>
8-
<version>1.0.10</version>
8+
<version>1.0.11</version>
99
</parent>
1010
<artifactId>mxpio-boot-base-flowable</artifactId>
1111
<name>工作流模块</name>

mxpio-boot-base-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.mxpio</groupId>
77
<artifactId>mxpio-boot-parent</artifactId>
8-
<version>1.0.10</version>
8+
<version>1.0.11</version>
99
</parent>
1010
<artifactId>mxpio-boot-base-jpa</artifactId>
1111
<name>Jpa工具模块</name>

mxpio-boot-base-log/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.mxpio</groupId>
77
<artifactId>mxpio-boot-parent</artifactId>
8-
<version>1.0.10</version>
8+
<version>1.0.11</version>
99
</parent>
1010
<artifactId>mxpio-boot-base-log</artifactId>
1111
<name>日志模块</name>

0 commit comments

Comments
 (0)