“Spring Boot 集成 MyBatis-Plus”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
(建立内容为“1”的新页面)
 
第1行: 第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>