課程
/后端開發(fā)
/Java
/SpringBoot+MyBatis搭建迷你小程序
啟動Could not initialize plugin: interface org.mockito.plugins.MockMaker報錯
2018-09-04
源自:SpringBoot+MyBatis搭建迷你小程序 3-6
正在回答
mockito-core.jar現(xiàn)在依賴于: ????????????????????????????byte-buddy.jar ????????????????????????????byte-buddy-agent.jar ????????????????????????????objenesis.jar pom.xml加:????????????????????????? ????????????????????? <dependency> ???<groupId>net.bytebuddy</groupId> ???<artifactId>byte-buddy</artifactId> ???<version>1.8.21</version> </dependency> <dependency> ???<groupId>net.bytebuddy</groupId> ???<artifactId>byte-buddy-agent</artifactId> ???<version>1.8.21</version> ???<scope>test</scope> </dependency> <dependency> ???<groupId>org.objenesis</groupId> ???<artifactId>objenesis</artifactId> ???<version>2.6</version> ???<scope>test</scope> </dependency> <dependency> ???<groupId>org.mockito</groupId> ???<artifactId>mockito-core</artifactId> ???<version>2.21.0</version> ???<scope>test</scope> </dependency>
舉報
SpringBoot+MyBatis搭建小程序后臺
3 回答為啥在interface AreaDao中opt+Enter之后看不到methods
2 回答org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.example.demo.service.AreaService.getAreaList
1 回答org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.imooc.demo.dao.AreaDao.queryArea
1 回答顯示HTTP Status 404 – Not Found
3 回答this.setData is not a function;at pages/list/list onShow function;at api request success callback function TypeError: this.setData is not a function
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)微信公眾號
2018-09-04