SpringBoot 編譯時出現Unable to find a single main class的解決方法
今天一個Maven專案突然jenkins編譯不通過了,報錯內容如下:
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.3.6.RELEASE:repackage (default) on project quickpass-trafficcard-common: Execution default of goal org.springframework.boot:spring-boot-maven-plugin:1.3.6.RELEASE:repackage failed: Unable to find main class -> [Help 1]
解決方法:找不到main方法,就在pom.xml中指定main class的位置:
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>com.XXXXXX.tsp.pump.PumpBootstrap</start-class>
</properties>
提交程式碼後,編譯通過。
相關推薦
SpringBoot 編譯時出現Unable to find a single main class的解決方法
今天一個Maven專案突然jenkins編譯不通過了,報錯內容如下: [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.3.6.RELEASE:repackage
spring boot打包時Unable to find a single main class的解決方法
最近團隊開始開發一個新產品,leader是轉崗過來的,他們原來的團隊用的都是Spring boot,所以新的專案拋棄了原來使用的jetty,建立這個工程的RD也是他帶過來的,不過一過來就給我挖了個坑。 他建立的工程,我開發RPC介面,但是他建立的時候pom中缺少了一個配置,
解決Unable to find a single main class from the following candidates [xxx,xxx]
一、問題描述 1.1 開發環境配置 pom.xml <plugin> <groupId>org.sp
Python3.4出現unable to find vcvarsall.bat的簡單解決方法
安裝wordcloud的時候,出現報錯,unable to find vcvarsall.bat。研究了好久,發現下面方法可行。 找到安裝目錄下的某個資料夾。 例如我的:F:\Python34\Lib\distutils 找到msvc9compiler.py 開啟搜尋vc_
GNS3 0.8.6計算idle pc值時出現Failed to find a working Idle PC value. Can't set up hypervisor on 127.0.0.1等問題
idle 計算 是否 image src bubuko 一個 work find 這學期在學計算機網絡,實驗課要用到gns30.8.6模擬。但是按照老師所給教程在設置idle pc時出現Failed to find a working Idle PC value. Can‘
C++ builder 6 編譯時提示Unable to open file 'DCLUSR.LIB' 之解決辦法
以前曾出現過類似問題,解決過了! 前幾天應朋友要求幫忙改個東東,新裝CB又出現這個問題。找了半天才解決。特此記在這裡,以備忘記。 找到下圖檔案(C:\Program Files\Borland\CBuilder6\Lib\dclusr.bpk) 雙擊之 點選Instal
git 錯誤: Unable to find remote helper for 'https'解決方法
問題描述 git 錯誤: Unable to find remote helper for 'https' 今天知道問題的原因了,是因為 /usr/libexec/git-core/ 路徑沒在 PATH 環境變數中。 我們檢視一下: $ ls /usr/lib
cloudemanager安裝時出現failed to receive heartbeat from agent問題解決方法(圖文詳解)
不多說,直接上乾貨! 安裝cdh5到最後報如下錯誤: 安裝失敗,無法接受agent發出的檢測訊號。 確保主機名稱正確 確保埠7182可在cloudera manager server上訪問(檢查防火牆規則) 確保正在新增的主機的埠9000和9001空閒 檢查在新增的主機上/v
KEIL軟體中編譯時出現的Error L6200E: symbol multiply defined ...的解決方法
原因:如LCD.C檔案使用了bmp.h中的image[ ]變數,那麼就不能將#include"bmp.h"放在LCD.H中,要將#include"bmp.h"放在LCD.C檔案中,或者可以把bmp.h中的image[ ]變數在LCD.C檔案中定義。 查詢方法:例如:..\OBJ\OLED.axf: Error
Android studio 下載依賴時出現Unable to resolve dependency for ':<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="8feeffffcfebeaed
Android studio下載依賴時出現無法解析':app @ debug / compileClasspath'的依賴關係錯誤。 原因安裝Android studio時設定了代理或映象伺服器。 解決方法,在C盤中找到.gradle資料夾(一般都是C盤)如我的位置在用記事本開啟.g
[轉]Android Studio啟動時出現unable to access android sdk add-on list
上大 ras server tails dea tar ext ida 錯誤信息 轉載請標明出處:http://blog.csdn.net/xx326664162/article/details/50563122 文章出自:薛瑄的博客 你也可以查看我的其他同類文章,也會讓你
pod lib lint 報錯 Unable to find a specification for `AMap2DMap` depended upon by `DingtalkPod
logs ios ring ida lean tps erro git err 執行 pod驗證 報錯如下 ? DingtalkPod git:(2.0.0) ? pod lib lint --sources=‘https://github.com/AloneMonkey
selenium WebDriver提示Unable to find a matching set of capabilities解決方法
com arm community 並且 可用 fire drive cap win64 問題出在:應該將火狐瀏覽器驅動添加到火狐瀏覽器安裝目錄下,並且將火狐瀏覽器安裝目錄放在path下面。(出現大意,忘了在火狐瀏覽器下放其對應的驅動) 親測以下組合方式可用: pych
python2.7運行selenium webdriver api報錯Unable to find a matching set of capabilities
fin ssi sage strong 有關 fire IT ref update 在火狐瀏覽器33版本,python2.7運行selenium webdriver api報錯:SessionNotCreatedException: Message: Unable to f
解決pip install XX時出現Could not find a version that satisfies the requirement opencv (from versions: )
1.問題描述 在裝pip install debacl時出現瞭如下錯誤: Could not find a version that satisfies the requirement debacl (from versions: ) No matching distribution
ios編譯ffmpeg出現xcrun -sdk iphoneos clang is unable to create an executable file的解決方法
使用https://github.com/kewlbear/FFmpeg-iOS-build-script的指令碼一鍵編譯ffmpeg。 出現 building arm64... xcrun -sdk iphoneos clang is unable to create an executa
執行OK6410攝像頭程式時出現Unable to handle kernel NULL pointer dereference at virtual address 00000060
[[email protected]]# ./test_usb_camera Unable to handle kernel NULL pointer dereference at virtual address 00000060 pgd = c3d70000 [000
Eclipse中Android專案執行時出現Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse l
本文轉載自網際網路,如有侵權,請聯絡我及時刪除。謝謝。 系統環境:Win7-64位 開發環境:eclipse-64位 右鍵工程 -> Build Path -> Configure Build Path -> 點選Libraries
EntityframeworkCore建立資料庫遷移時出現 Unable to create an object of type 'ApplicationDbContext'.
錯誤詳情: 這個錯誤曾經困擾了我整整一個下午,百度了好久好久.....也使用Google搜尋了一下,找到了一點相關的內容,但是還是沒有解決問題。最終通過bing搜尋到了這個問題的解決方案(果然親兒子。。。其實沒有什麼聯絡啦...)問題描述如下: Add-Migrat
亂七八糟問題-java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(class