課程
/后端開發
/Java
/Java高并發秒殺API之業務分析與DAO層
并不知道哪里錯了
2017-05-25
源自:Java高并發秒殺API之業務分析與DAO層 4-8
正在回答
bulid path ->output folder -> edit設置一下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類異常啊。沒引用,IDE沒提示?
qq_數據刪除_0 提問者
SuperTurrican 回復 qq_數據刪除_0 提問者
舉報
Java實現高并發秒殺API的第一門課,還等什么,趕快來加入吧
7 回答Class not found org.seckill.dao.SeckillDaoTest
1 回答run as junit 出現class not found問題,如何解決?
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號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-07-10
bulid path ->output folder -> edit設置一下test/java的輸出文件路徑為target下的/test-classes
2017-06-07
修改下.classpath文件。
2017-05-26
找不到SeckillDaoTest類異常啊。沒引用,IDE沒提示?