課程
/后端開發(fā)
/Java
/Java高并發(fā)秒殺API之業(yè)務(wù)分析與DAO層
為什么會(huì)出現(xiàn)這兩個(gè)JAR包 missing ?我該怎么解決,另外index.jsp中的錯(cuò)誤該如何解決,謝謝。。。
2016-09-29
源自:Java高并發(fā)秒殺API之業(yè)務(wù)分析與DAO層 2-2
正在回答
為什么在eclipse中創(chuàng)建生成的pom.xml中會(huì)出錯(cuò)呢
1.<dependency>
? <groupId>ch.qos.logback</groupId>
? <artifactId>logback-classic</artifactId>
? <version>1.1.1</version>
? </dependency>
2.重新手動(dòng)在輸入一次 ?或 pom.xml上run ?as---maven install
3.pom.xml開頭是不是 3.0版本以上
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
舉報(bào)
Java實(shí)現(xiàn)高并發(fā)秒殺API的第一門課,還等什么,趕快來(lái)加入吧
1 回答為什么我使用idea編輯pom.xml文件時(shí)不會(huì)出現(xiàn)提示?
2 回答pom.xml配置
3 回答我的IDEA中,pom.xml配置mybatis 3.3.0版本出錯(cuò),沒辦法下載,使用eclipse可以下載,但是IDEA還是用不了,換成版本mybatis3.4.0,可以下載并且使用,求解?
1 回答pom.xml配置中為什么logback-core導(dǎo)入不進(jìn)去
1 回答測(cè)試配置文件位置
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)
2018-09-17
為什么在eclipse中創(chuàng)建生成的pom.xml中會(huì)出錯(cuò)呢
2016-09-29
1.<dependency>
? <groupId>ch.qos.logback</groupId>
? <artifactId>logback-classic</artifactId>
? <version>1.1.1</version>
? </dependency>
2.重新手動(dòng)在輸入一次 ?或 pom.xml上run ?as---maven install
3.pom.xml開頭是不是 3.0版本以上
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">