在maven plugin中配置好 jetty 卻未自動加載jetty

刪除標籤  pluginMana

        <plugin>
          <groupId>org.eclipse.jetty</groupId>
          <artifactId>jetty-maven-plugin</artifactId>
          <version>9.4.11.v20180605</version>
          <configuration>
            <httpConnector>
              <port>8000</port>
              <host>localhost</host>
            </httpConnector>
            <scanIntervalSeconds>1</scanIntervalSeconds>
          </configuration>
        </plugin>

gement

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章