application.yml 配置文件中 其他的配置有提示,但是mybatis-plus相关配置没有提示

问题描述:
application.yml 配置文件中 其他的配置有提示,但是mybatis-plus相关配置没有提示
在这里插入图片描述
解决方法: 下载mybatis-plus-boot-starter依赖

<dependency>
            <groupId>com.baomidou</groupId>
            <artifactId>mybatis-plus-boot-starter</artifactId>
            <version>3.3.2</version>
        </dependency>

猜你喜欢

转载自blog.csdn.net/weixin_44019553/article/details/125111779