No plugin found for prefix 'jetty' in the current project and in the plugin groups
從意思來看,在本地倉庫有jetty的jar包,專案卻找不到,但是我明明在web的pom檔案中添加了jar
<plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> <version>6.1.26</version> <configuration> <connectors> <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> <port>8090</port> </connector> </connectors> </configuration> </plugin>
而且通過查詢資並沒有配置錯誤,
最後發現是啟動的路徑是demo,也就是整個專案,而demo對應的pom檔案中並沒有這個外掛,這個外掛在demo-web中,所以我修改了啟動方式,從demo-web啟動,果然問題解決
相關推薦
No plugin found for prefix 39;jetty39; in the current project and in the plugin groups
從意思來看,在本地倉庫有jetty的jar包,專案卻找不到,但是我明明在web的pom檔案中添加了jar <plugin> <groupId>org.mortbay.jetty</groupId>
No plugin found for prefix 39;maven39; in the current project and in the plugin groups
今天安裝maven時,在命令列中敲入"mvn help:system"後,看樣子是需要從遠端安裝一些東西。 結果報如題那樣的錯誤,build失敗。 敲入"mvn -v" 返回的是正確的資訊(即系統環境變數配置的沒問題)。 百度了一圈,似乎問題出在maven安裝目錄下
maven:No plugin found for prefix 'jetty' in the current project and in the plugin groups
翻譯如下: 在當前的專案裡或外掛組裡沒有以“jetty”開頭名字的外掛。 怎麼辦?3種方案哪種都行。推薦第二種 1.在外掛組裡新增jetty的外掛 在maven的settings.xml裡新增以
No plugin found for prefix 'jetty' in the current project and in the plugin groups
在maven進行jetty的除錯中出現錯誤: [ERROR] No plugin found for prefix 'jetty' in the current project and in the plu gin groups [org.apache.maven.pl
安裝maven所見錯誤No plugin found for prefix 'help' in the current project and in the plugin
安裝maven所見錯誤No plugin found for prefix ‘help’ in the current project and in the plugin 最近兩天在用idea使用maven,可是maven的環境變數配置正確,maven安裝包也
Maven出現錯誤No plugin found for prefix 39;jetty39; in the current
jetty jpress Maven出現錯誤No plugin found for prefix ‘jetty‘ in the current project and in the plugin groups的問題解決只需在maven的setting.xml文件上加入如下節點:<pluginGr
no plugin found for prefix 39;tomcat 739; in the current project
tps prefix detail ref pre mave found details 解決 使用maven build編譯出錯 “no plugin found for prefix ‘tomcat 7‘ in the current project....
No plugin found for prefix 39;install39; in the current project解決方案
本來以下配置,報上面的錯 <mirrors> <!-- mirror | Specifies a repository mirror site to use instead of a given repository. The reposi
mvn spring-boot:run出錯No plugin found for prefix 39;spring-boot39;
使用 SpringLoader 進行專案的熱部署 以 maven 外掛方式使用 SpringLoader 在 pom 檔案中新增外掛配置檔案中新增外掛配置 使用 maven 的命令spring-boot:run來啟動:: 首先執行Spring-boot的啟動類,且不能停止它啟動,然後在專
No plugin found for prefix 'jetty' in the current project
<repositories> ... <!-- <repository> <id>org.sonatype.oss.content.groups.jetty</id> <name
mvn spring-boot:run出錯No plugin found for prefix 'spring-boot'
1. 問題描述 springboot文件上的入門例子,在專案根目錄控制檯中輸入mvn spring-boot:run 結果build failure,但是直接在eclipse中run a
vmware復制虛擬機出現Error:No suitable device found:no device found for connection 39;System eth039;
prot 虛擬機 oop dns add system span 出現 scripts vmware復制虛擬機出現Error:No suitable device found:no device found for connection ‘System eth0‘ 廢話不多
springmvc搭建環境時報No mapping found for HTTP request with URI [/exam3/welcome] in DispatcherServlet with name 39;spring239;
url att comm con icon ffi handler b- ati 項目是使用spring MVC (1)在瀏覽器中訪問,後臺總報錯: Java代碼 No mapping found for HTTP request with URI [/exam
Spring Boot, Java Config - No mapping found for HTTP request with URI [/…] in DispatcherServlet with name 39;dispatcherServlet39;
dispatch name req let servlet patch request found pack Spring Boot 啟用應用: error: No mapping found for HTTP request with URI [/…]
springmvc報404錯誤No mapping found for HTTP request with URI [/mavenSpringmvc/requesttest] in DispatcherServlet with name 39;spring39;
for 404錯誤 com web and uri pat con 題解 問題404錯誤的原因有很多種 有這種,後邊不帶url的 這種一般就是沒有進入到controller中 可以在toncat中看到信息 十一月 12, 2018 12:21:25 下午 org.
No mapping found for HTTP request with URI [....] in DispatcherServlet with name 39;springMVC39;
這個錯誤,為在頁面報404錯誤。 web.xml 配置如下: <servlet> <servlet-name>springMVC</servlet-name> <servlet-class>org.springframe
spring管理事務失效的原因和No mapping found for HTTP request with URI []DispatcherServlet with name 39;sprinmvc錯誤
練習了一個spring的事務配置問題,在搭建spring和springmvc時,考驗了一下事務,結果發現事務竟然失效了。這裡做一下總結。 一般我們在Spring的配置檔案application.xml中對Service層程式碼配置事務管理,可以對Service的方法進行AOP增強或事務處理如事務
No mapping found for HTTP request with URI [/webapp/] in DispatcherServlet with name 39;SpringMVC39;
可能有如下幾個原因: 1、是否設定了web目錄,在IDEA中,web目錄是這樣的 如果沒有設定,按照下面的方法設定: 選中要設定的模組,點選file、project structure,設定web.xml檔案和web目錄的位置 2、DispatcherServlet的url-pattern
Org.Hibernate.AnnotationException: No Identifier Specified For Entity I don39;t have a id in my table
程式執行報錯:Org.Hibernate.AnnotationException: No Identifier Specified For Entity I don't have a id in my table Entity中@Id導包導錯 應該是 import ja
【轉】Android:No implementation found for native
stat void for boa bte pre shared int jnienv 解決方法: 1.檢查native c code的定義: JNIEXPORT void Java_com_example_something_MyClass_getMyString(JNI