Intellij IDEA社區版使用


Intellij IDEA社區版使用tomcat

  1. 創建maven web項目
  2. 在pom.xml中添加tomcat的 tomcat7-maven-plugin 插件即可
<build>
    <plugins>
        <plugin>
            <groupId>org.apache.tomcat.maven</groupId>
            <artifactId>tomcat7-maven-plugin</artifactId>
            <version>2.2</version>
            <configuration>
                <port>9999</port>
                <path>/</path>
            </configuration>
        </plugin>
    </plugins>
</build>
  1. 在Edit Configrations中添加tomcat插件的配置, 保存后即可運行
  1. Come on!
  1. 插件springassist


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM