課程
/后端開(kāi)發(fā)
/Java
/Java高并發(fā)秒殺API之業(yè)務(wù)分析與DAO層
并不知道哪里錯(cuò)了
2017-05-25
源自:Java高并發(fā)秒殺API之業(yè)務(wù)分析與DAO層 4-8
正在回答
bulid path ->output folder -> edit設(shè)置一下test/java的輸出文件路徑為target下的/test-classes
修改下.classpath文件。
<?xml?version="1.0"?encoding="UTF-8"?> <classpath> <classpathentry?kind="src"?path="src/main/java"/> <classpathentry?kind="src"?path="src/main/resources"/> <classpathentry?kind="src"?output="target/test-classes"?path="src/test/java"/> <classpathentry?kind="con"?path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry?kind="con"?path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute?name="org.eclipse.jst.component.dependency"?value="/WEB-INF/lib"/> </attributes> </classpathentry> <classpathentry?kind="output"?path="target/classes"/> </classpath>
找不到SeckillDaoTest類異常啊。沒(méi)引用,IDE沒(méi)提示?
qq_數(shù)據(jù)刪除_0 提問(wèn)者
SuperTurrican 回復(fù) qq_數(shù)據(jù)刪除_0 提問(wèn)者
舉報(bào)
Java實(shí)現(xiàn)高并發(fā)秒殺API的第一門(mén)課,還等什么,趕快來(lái)加入吧
7 回答Class not found org.seckill.dao.SeckillDaoTest
1 回答run as junit 出現(xiàn)class not found問(wèn)題,如何解決?
4 回答org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.seckill.dao.SeckillDao.queryById
4 回答could not autowire no beans of seckillDao type found
3 回答求指教:Property 'mapperLocations' was not specified or no matching resources found
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-07-10
bulid path ->output folder -> edit設(shè)置一下test/java的輸出文件路徑為target下的/test-classes
2017-06-07
修改下.classpath文件。
2017-05-26
找不到SeckillDaoTest類異常啊。沒(méi)引用,IDE沒(méi)提示?