課程
/后端開發(fā)
/Java
/MyBatis-Plus入門
@RunWith(SpringRunner.class)
2019-09-19
源自:MyBatis-Plus入門 1-5
正在回答
你確定引入
<dependency> ????<groupId>org.springframework.boot</groupId> ????<artifactId>spring-boot-starter-test</artifactId> ????<scope>test</scope> </dependency>
上面是測試啟動類的配置,你引入了嗎?
<dependency> ????<groupId>com.baomidou</groupId> ????<artifactId>mybatis-plus-boot-starter</artifactId> ????<version>3.2.0</version> </dependency>
加上這個試一試
舉報
MyBatis-Plus框架入門必學(xué)課程!
2 回答依賴有嗎?
2 回答下載依賴沒有
2 回答請問依賴在哪里呢
2 回答這個依賴代碼哪里可以找到?
3 回答我用的mybatisplus3.1.2,insert的時候不將字段全傳就會報錯
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2019-09-20
你確定引入
上面是測試啟動類的配置,你引入了嗎?
2019-09-19
加上這個試一試