mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
doc: update docs
This commit is contained in:
parent
3d28c10465
commit
ed91a8b3b9
@ -87,7 +87,7 @@ MyBatis-Flex 提供了 `mybatis-flex-dependencies` 模块进行依赖管理,
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.mybatisflex</groupId>
|
||||
<groupId>com.mybatis-flex</groupId>
|
||||
<artifactId>mybatis-flex-dependencies</artifactId>
|
||||
<version>${mybatis-flex.version}</version>
|
||||
<type>pom</type>
|
||||
@ -102,11 +102,11 @@ MyBatis-Flex 提供了 `mybatis-flex-dependencies` 模块进行依赖管理,
|
||||
```xml
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.mybatisflex</groupId>
|
||||
<groupId>com.mybatis-flex</groupId>
|
||||
<artifactId>mybatis-flex-spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mybatisflex</groupId>
|
||||
<groupId>com.mybatis-flex</groupId>
|
||||
<artifactId>mybatis-flex-codegen</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
<version>${mybatis-flex.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mybatisflex</groupId>
|
||||
<groupId>com.mybatis-flex</groupId>
|
||||
<artifactId>mybatis-flex-spring-boot-starter</artifactId>
|
||||
<version>${mybatis-flex.version}</version>
|
||||
</dependency>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user