你好,在学习Springboot 整合mongodb 操作工具类仿mybatis-plus风格时,import org.springblade.core.tool.api.R;依赖包是哪个啊
咋说呢,org.springblade.core.tool.api.R
是来自于 blade-core-tool-api
包中的类。blade-core-tool-api
是 Blade 框架的一个基础工具类模块
在 Maven 项目中,可以在 pom.xml 中添加以下依赖,即可引入 blade-core-tool-api
工具包:
<dependency>
<groupId>org.springblade</groupId>
<artifactId>blade-core-tool-api</artifactId>
<version>2.2.2.RELEASE</version>
</dependency>