課程
/后端開發(fā)
/Java
/Spring MVC起步
老師,那個(gè)pom.xml配置文件能不能發(fā)一下給我,謝謝
2016-01-19
源自:Spring MVC起步 3-5
正在回答
<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">
? <modelVersion>4.0.0</modelVersion>
? <groupId>com.sfa.test</groupId>
? <artifactId>maven-01</artifactId>
? <version>0.0.1-SNAPSHOT</version>
? <build>
? ? <plugins>
? ? ? <plugin>
? ? ? ? <artifactId>maven-compiler-plugin</artifactId>
? ? ? ? <configuration>
? ? ? ? ? <source>1.6</source>
? ? ? ? ? <target>1.6</target>
? ? ? ? </configuration>
? ? ? </plugin>
? ? </plugins>
? </build>
</project>
hello_chen 提問者
舉報(bào)
Java中Spring MVC框架入門教程,快來看最易用的MVC框架
2 回答有沒有相關(guān)的pom.xml配置文件下載?
1 回答pom.xml配置出錯(cuò)
1 回答配置文件不會(huì)配置
1 回答配置文件下載
2 回答配置文件怎么寫
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)
2016-01-20
<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">
? <modelVersion>4.0.0</modelVersion>
? <groupId>com.sfa.test</groupId>
? <artifactId>maven-01</artifactId>
? <version>0.0.1-SNAPSHOT</version>
? <build>
? ? <plugins>
? ? ? <plugin>
? ? ? ? <artifactId>maven-compiler-plugin</artifactId>
? ? ? ? <configuration>
? ? ? ? ? <source>1.6</source>
? ? ? ? ? <target>1.6</target>
? ? ? ? </configuration>
? ? ? </plugin>
? ? </plugins>
? </build>
</project>