File tree Expand file tree Collapse file tree
mxpio-boot-base-autoconfigure
src/main/java/com/mxpioframework/common/swagger
mxpio-boot-base-expression
mxpio-boot-module-cache-redis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ mvn clean package spring-boot:repackage
133133启动项目
134134
135135``` bash
136- java -jar mxpio-boot-example\t arget\m xpio-boot-example-1.0.10 .jar
136+ java -jar mxpio-boot-example\t arget\m xpio-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\m xpio-boot-example-1.0.10 .jar
243+ java -jar target\m xpio-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\t arget\m xpio-boot-webapp-1.0.10 .jar
309+ java -jar mxpio-boot-webapp\t arget\m xpio-boot-webapp-1.0.11 .jar
310310```
311311
312312## 7.开发文档
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}" )
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments