maven tomcat結合,熱部署,調試

1。加入插件: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>tomcat-maven-plugin</artifactId> <configuration> <port>9009</port> <path>/qc</path> </configuration> </plugin> 2。創建啓動程序 Location 選擇本機的
相關文章
相關標籤/搜索