最新亚洲精品福利在线,欧美一区二区三区大片,久久91无码一区二区三区,色哟哟免费观看视频入口,美女裸露双奶头屁股无裸体

tomcat7插件映射虛擬目錄

時(shí)間:2020-03-01 15:13:04 類型:JAVA
字號(hào):    
 <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>


<