update docs

This commit is contained in:
开源海哥 2023-03-14 10:06:35 +08:00
parent 6e7df4c233
commit ddeb520b6d
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Maven 安装
# Maven 依赖
> 以下的 xml maven 依赖示例中,可能并非最新的 Mybatis-Flex 版本,请自行查看最新版本,并修改版本号。
1、只用到了 Mybatis没用到 Spring 等框架的场景:
1、只用到了 Mybatis没用到 Spring 场景:
```xml
<dependency>
@ -23,7 +23,7 @@
</dependency>
``````
2、用到了 Spring Boot 的场景
3、用到了 Spring Boot 的场景
```xml
<dependency>

View File

@ -45,7 +45,7 @@
<module>mybatis-flex-core</module>
<module>mybatis-flex-spring</module>
<module>mybatis-flex-spring-boot-starter</module>
<!-- <module>mybatis-flex-test</module>-->
<module>mybatis-flex-test</module>
</modules>
<properties>