在线一区二区三区高清视频,国产精品妇女一二三区,美女被遭强高潮网站在线播放,实拍各种胸走光见奶头

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>
            <!-- 設(shè)置項(xiàng)目路徑 -->
            <path>/</path>
            <staticContextPath>/uploads</staticContextPath>
            <staticContextDocbase>F:/java/uploads</staticContextDocbase>
            <contextReloadable>false</contextReloadable>
			<useTestClasspath>true</useTestClasspath>
          </configuration>


<