File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
mybatis-xml-fast-develop-example Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,26 +72,26 @@ https://central.sonatype.com/artifact/io.github.wangshu-g/mybatis-xml-fast-devel
7272 <dependency >
7373 <groupId >io.github.wangshu-g</groupId >
7474 <artifactId >mybatis-xml-fast-develop-core</artifactId >
75- <version >1.5.3 </version >
75+ <version >1.6.0 </version >
7676 </dependency >
7777
7878 <dependency >
7979 <groupId >io.github.wangshu-g</groupId >
8080 <artifactId >mybatis-xml-fast-develop-starter</artifactId >
81- <version >1.5.3 </version >
81+ <version >1.6.0 </version >
8282 </dependency >
8383
8484 <!-- 这个引入 mybatis-xml-fast-develop-generate-compile-time 就不需要自己手动调用生成了-->
8585 <dependency >
8686 <groupId >io.github.wangshu-g</groupId >
8787 <artifactId >mybatis-xml-fast-develop-generate</artifactId >
88- <version >1.5.3 </version >
88+ <version >1.6.0 </version >
8989 </dependency >
9090
9191 <dependency >
9292 <groupId >io.github.wangshu-g</groupId >
9393 <artifactId >mybatis-xml-fast-develop-generate-compile-time</artifactId >
94- <version >1.5.3 </version >
94+ <version >1.6.0 </version >
9595 <!-- 对于项目中存在某些动态编译场景,这里很重要哦!!!(编译不会引入该依赖)-->
9696 <scoppe >provided</scoppe >
9797 </dependency >
Original file line number Diff line number Diff line change 2828 <mysql .version>8.3.0</mysql .version>
2929 <mybatis .version>3.5.14</mybatis .version>
3030 <druid .version>1.2.23</druid .version>
31- <mybatis-xml-fast-develop .version>1.5.4 </mybatis-xml-fast-develop .version>
31+ <mybatis-xml-fast-develop .version>1.6.0 </mybatis-xml-fast-develop .version>
3232 </properties >
3333
3434 <url >https://github.com/wangshu-g/mybatis-xml-fast-develop</url >
You can’t perform that action at this time.
0 commit comments