久久久久精品网站,国产清纯白嫩大学生视频,自拍视频国产第三页在线,国产精品96乱子一级视频

tomcat7插件映射虛擬目錄

時間:2020-03-01 15:13:04 類型:JAVA
字號:    
 <groupId>org.apache.tomcat.maven</groupId>
          <artifactId>tomcat7-maven-plugin</artifactId>
          <version>2.2</version>
          <configuration>
            <port>8888</port>
            <!-- 設置項目路徑 -->
            <path>/</path>
            <staticContextPath>/uploads</staticContextPath>
            <staticContextDocbase>F:/java/uploads</staticContextDocbase>
            <contextReloadable>false</contextReloadable>
			<useTestClasspath>true</useTestClasspath>
          </configuration>


<