
專案架構
實在是沒得分了,感謝大佬們支援一下
pom.xml檔案中就兩個構建
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>provided</scope>
</dependency>
</dependencies>
<!--構建-->
<build>
<!--設定插件-->
<plugins>
<!--具體的插件配置-->
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.1</version>
<configuration>
<port>80</port> <!--配置tomcat的埠-->
<path>/</path><!--配置專案虛擬目錄-->
</configuration>
</plugin>
</plugins>
</build>
index.jsp,就一個一級標題
環境是:jdk 1.8.261
軟體是:IntelliJ IDEA 2018.3.6 x64
uj5u.com熱心網友回復:

專案架構,沒發出來之前
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/226477.html
標籤:Web 開發
上一篇:求助求助
