mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
update docs
This commit is contained in:
parent
6e7df4c233
commit
ddeb520b6d
@ -1,9 +1,9 @@
|
|||||||
# Maven 安装
|
# Maven 依赖
|
||||||
|
|
||||||
> 以下的 xml maven 依赖示例中,可能并非最新的 Mybatis-Flex 版本,请自行查看最新版本,并修改版本号。
|
> 以下的 xml maven 依赖示例中,可能并非最新的 Mybatis-Flex 版本,请自行查看最新版本,并修改版本号。
|
||||||
|
|
||||||
|
|
||||||
1、只用到了 Mybatis,没用到 Spring 等框架的场景:
|
1、只用到了 Mybatis,没用到 Spring 场景:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
``````
|
``````
|
||||||
|
|
||||||
2、用到了 Spring Boot 的场景
|
3、用到了 Spring Boot 的场景
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -45,7 +45,7 @@
|
|||||||
<module>mybatis-flex-core</module>
|
<module>mybatis-flex-core</module>
|
||||||
<module>mybatis-flex-spring</module>
|
<module>mybatis-flex-spring</module>
|
||||||
<module>mybatis-flex-spring-boot-starter</module>
|
<module>mybatis-flex-spring-boot-starter</module>
|
||||||
<!-- <module>mybatis-flex-test</module>-->
|
<module>mybatis-flex-test</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user