Failed to introspect annotated methods on class org.springframework.boot.web.support.SpringBootServl
兩種解決方式:
以Application方式啟動,在pom中把tomcat的scope改為compile
<!-- tomcat 的支援.--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>compile</scope> </dependency>
以spring-boot:run(maven方式)方式啟動工程
(IDEA工具)
- Run–》Edit Configurations–》+—》選擇Maven–》配置命令為spring-boot:run
- 右上角選擇啟動方式
=========================================================
下面說一下主要造成原因,因為我們直接執行application類,而我們的servlet-api等依賴tomcat的庫的scope為provide,所以我們的tomcat的scope需要改為compile
以spring-boot:run方式啟動相當於直接部署工程到tomcat中,所以tomcat的scope為provide也不會影響
相關推薦
Failed to introspect annotated methods on class org.springframework.boot.web.support.SpringBootServl
兩種解決方式: 以Application方式啟動,在pom中把tomcat的scope改為compile <!-- tomcat 的支援.--> <depende
Execution default of goal org.springframework.boot:spring-boot-maven-plugin:1.5.6.RELEASE:repackage failed: Unable to find main class
spl final package exce main project clas ini exit 異常 [INFO] --- spring-boot-maven-plugin:1.5.6.RELEASE:repackage (default) @ spring-boot
Java 條碼生成庫 Barcode4J Maven 依賴缺失錯誤 java.lang.IllegalStateException: Failed to introspect Class
前段時間專案中需要生成商品條碼,使用 Barcode4J 庫實現的,直接使用了內部的 BarcodeServlet ,僅在 Spring MVC 的 Controller 裡簡單的封裝了下提供個訪問路徑,使用上沒有遇到任何問題。程式碼如下: import jav
【Hibernate】Unable to locate appropriate constructor on class原因分析
通常我們喜歡將hql查詢結果封裝到POJO物件syntax:select new POJO(id,name) from POJO ; 這種封裝需要POJO類提供對應構造器,POJO(id,name)構造方法。 但使用中經常會拋這樣的異常:Unable to locate appropriate const
【spring cloud】在spring cloud服務中,打包ms-core失敗,報錯Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.0.4.RELEASE:repackage (default
在spring cloud服務中,有一個ms-code專案,只為所有的微服務提供核心依賴和工具類,沒有業務意義,作為核心依賴使用。所以沒有main方法,沒有啟動類。 在spring cloud整體打包的過程中報錯: [INFO] --- maven-jar-plugin:3.0.2:jar (def
springboot啟動專案報錯:Failed to determine a suitable driver class
轉載自:https://blog.csdn.net/AinUser/article/details/81533858 第一種情況: 在application.properties/或者application.yml檔案中沒有新增資料庫配置資訊 spring: datasource:
Failed to install HelloWorld.apk on device 'emulator-5554! 解決方案
android 編譯的時候遇到題目上的這個問題, 查詢資料發現原來是版本問題, 於是,我們將通過降低AndroidManifest.xml 中android:targetSdkVersion=”” 的數值 問題得到完美解決 參考資料: http://zhidao.baidu.co
SpringBoot+Druid報錯Failed to determine a suitable driver class的解決
問題描述 專案中使用了自定義的Spring Listener配置,從網路獲取配置KV,在SpringBoot啟動過程中載入,然後再載入Druid環境。程式啟動時-間歇性報錯(三次啟動可能有一次報錯,其他兩次可以正常啟動): ***************
Log4j2 - Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingFileAppender for element RollingFileAppender for eleme
問題與分析 在使用Log4j2時,雖然可以正確讀取配置檔案並生成log檔案,但偶然發現控制檯列印了異常資訊如下: 2018-12-31 17:28:14,282 Log4j2-TF-19-ConfiguratonFileWatcher-6 ERROR Unable to invoke factory me
Log4j2 - Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingFile
問題與分析 在使用Log4j2時,雖然可以正確讀取配置檔案並生成log檔案,但偶然發現控制檯列印了異常資訊如下: 2018-12-31 17:28:14,282 Log4j2-TF-19-ConfiguratonFileWatcher-6 ERROR Unable to invo
springboot啟動不能載入資料庫驅動Failed to determine a suitable driver class
1 SLF4J: Class path contains multiple SLF4J bindings. 2 SLF4J: Found binding in [jar:file:/G:/sharp/repo/ch/qos/logback/logback-classic/1.2.3/logback-
Exception sending context initialized event to listener instance of class org.springframework.web.c
今天除錯程式過程中,添加了實體類、對映檔案以及一些方法之後,重新部署後執行報錯: 主要的錯誤資訊,其他的資訊忽略了; 一月 14, 2019 11:47:48 上午 org.apache.catalina.core.StandardContext listenerStartSEVER
Spring boot 啟動報錯-Reason Failed to determine a suitable driver class
啟動異常 *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataS
docker 網路 不好用 docker: Error response from daemon: failed to create endpoint jovial_wing on network b
啟動容器時,有可能會遇到如下問題,比如啟動redis容器: sudo docker run -d -p 6379:6379 --name redis redis:latest Linux程式碼 docker: Error response from daemon
Springboot | Failed to execute goal org.springframework.boot:spring-boot-maven-plugin
"D:\Program Files\Java\jdk1.8.0_66\bin\java" -Dmaven.multiModuleProjectDirectory=D:\Repository\Git\Eshare_practices\SpringBootDemo -DarchetypeCatalog=inter
Exception sending context initialized event to listener instance of class org.springframework.web求解
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).log4j:WARN Please initialize the log4j s
Unable to locate appropriate constructor on class報錯
cto clas strong 這不 使用 構造 arguments sql 運行 在項目開發中,使用Hibernate裏的JPA criteria查詢,但是在寫完之後使用時,會報錯:Unable to locate appropriate constructor on c
Eclipse:報錯Failed to read artifact descriptor for org.springframework.boot:spring-boot-autoconfigure:jar:2.1.2.
rip oot artifact pom framework maven XML config autoconf 導入SVN下載的MAVEN項目時springboot報錯; pom.xml文件報錯 Failed to read artifact descriptor f
嚴重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
tex lips list myeclipse 部署 listener ram 沒有 uri 是在spring和struts整合的時候發生的,相關jar包沒有部署到tomcat上。 解決方法:右鍵項目 propertis -->myeclipse --&
spring配置問題:嚴重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
manager base class spring配置 r.java 配置 enc contain app 將項目發布到tomcat時出現下面錯誤 嚴重: Error configuring application listener of class org.springf