tomcat8 插件

Posted JSBK

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat8 插件相关的知识,希望对你有一定的参考价值。

参考:https://blog.csdn.net/u011781521/article/details/75194071

maven 工程的pom 文件中:---中央仓库无tomcat8插件

 <pluginRepositories>   
      <pluginRepository>   
        <id>alfresco-public</id>    
        <url>https://artifacts.alfresco.com/nexus/content/groups/public</url>   
      </pluginRepository>    
      <pluginRepository>   
        <id>alfresco-public-snapshots</id>    
        <url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url>    
        <snapshots>   
          <enabled>true</enabled>    
          <updatePolicy>daily</updatePolicy>   
        </snapshots>   
      </pluginRepository>    
      <pluginRepository>   
        <id>beardedgeeks-releases</id>    
        <url>http://beardedgeeks.googlecode.com/svn/repository/releases</url>   
      </pluginRepository>   
  </pluginRepositories>

运行后下载插件到本地仓库

 

改成

 

 <plugin>
          <groupId>org.apache.tomcat.maven</groupId>
          <artifactId>tomcat8-maven-plugin</artifactId>
          <version>3.0-r1655215</version>
        </plugin>

 

以上是关于tomcat8 插件的主要内容,如果未能解决你的问题,请参考以下文章

tomcat8-maven-插件? (强调8!)

WordPress - 代码片段插件

VSCode插件开发全攻略代码片段设置自定义欢迎页

Wordpress - 将代码片段包含到布局的选定部分的插件

Word 文档的优秀代码片段工具或插件?

vim代码片段插件ultisnips的使用