“Spring Boot 集成 MyBatis-Plus”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) (建立内容为“1”的新页面) |
Jihongchang(讨论 | 贡献) |
||
| 第1行: | 第1行: | ||
| − | + | <syntaxhighlight lang="xml"> | |
| + | <dependency> | ||
| + | <groupId>com.baomidou</groupId> | ||
| + | <artifactId>mybatis-plus-boot-starter</artifactId> | ||
| + | <version>3.5.3</version> | ||
| + | </dependency> | ||
| + | </syntaxhighlight> | ||
2023年2月15日 (三) 07:54的版本
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.3</version>
</dependency>