1. 程式人生 > >關於idea搭建SpringBoot啟動時:Process finished with exit code 0解決辦法

關於idea搭建SpringBoot啟動時:Process finished with exit code 0解決辦法

以前都用eclipse的,最經看springboot書籍,使用idea(springboot initializr)快速搭建springboot專案,一路next;


啟動時候:Process finished with exit code 0,這不是錯;

意思是:這個表示程式正常執行完畢退出了。

這就表示專案啟動成功後了,此時執行,最後執行完畢自動退出。


而現在我們想要的是啟動專案訪問路徑,我們需要的是springmvc的框架(可以使用一些註解如:@RestController,@RequestMapping),在springboot裡面我們需要引入web這個依賴;

<dependency>
   <
groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>
然後新增程式碼:

然後啟動即可(預設是8080,如果想修改埠號修改配置檔案,application.yml):

http://localhost:8080/

相關推薦

關於idea搭建SpringBoot啟動:Process finished with exit code 0解決辦法

以前都用eclipse的,最經看springboot書籍,使用idea(springboot initializr)快速搭建springboot專案,一路next;啟動時候:Process finished with exit code 0,這不是錯;意思是:這個表示程式正常

【spring boot】base服務啟動失敗--Process finished with exit code 0

前言    小編在啟動spring boot專案的時候,遇到了一個問題base服務啟動後直接退出:Process finished with exit code 0,之前配置專案啟動Eureka的時候也是遇到了這個問題,當時控制檯沒有報錯資訊,是啟動的埠號與本地的IIS服務

Spring boot 啟動Process finished with exit code 0

在研究Spring cloud用zookeeper做註冊中心的時候,消費端,啟動後就立即關閉了,最後報 Process finished with exit code 0 後來發現沒有加上依賴 <dependency> <gr

spring boot-jsp專案main啟動出現process finished with exit code 0 錯誤

百度有人說是因為pom.xml中缺少web的依賴,但是我pom.xml是有這個web的依賴的,而以前的話,這個專案是可以啟動的,但現在卻無法啟動,只能是用war的方式部署到tomcat才行,可是我需要的是用main的方式一鍵啟動。然後突然想到了spring boot已經出到了

IntelliJ ideaSpringboot啟動不了 Process finished with exit code 0

在idea中編寫spring boot程式出現如下錯誤   .   ____          _            __ _ _  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \

idea執行springBoot專案報錯 Process finished with exit code 0

Deleting provided scope of spring-boot-starter-tomcat dependency helps me.在pom.xml中新增<dependency&g

bug寶典node篇 nodejs Process finished with exit code 0

我使用webstorm建立node express專案,執行app.js出現下面的異常資訊 nodejs Process finished with exit code 0 解決辦法,就不拾人牙慧了

執行程式碼後出現Process finished with exit code 0是為什麼?

希望這篇文章可以幫助到正好需要的你。 我用的是idea  建立springboot gradlew 專案,springboot內建了Tomcat; 這時如果你直接執行會出現以下錯誤 Process finished with exit code 0; 錯誤的原因是

IntelliJ Process finished with exit code 0 when spring-boot run

I have a problem when starting spring-boot appication from IntelliJ-Idea. I don't have this problem when running application through terminal.:: Spring Boo

Android Studio Emulator: Process finished with exit code 0錯誤

android studio 更新到3.0到時候啟動模擬器無法啟動,報以下錯誤 根據錯誤提示百度,但網上的解決方案依然沒有用,不過大概知道是因為虛擬化沒有啟動的原因。百度開啟虛擬化。。。 mac: sudo nvram boot-args=""

SpringBoot啟動直接結束 控制檯只顯示 “Process finished with exit code 1” 處理方式

啟動SpringBoot main方法後 什麼都不顯示直接: “Process finished with exit code 1” DeBug模式只顯示分配的IP和埠,2秒後直接Destory,然後我

python 使用requests提示Process finished with exit code -1073741819 (0xC0000005)

我這裡是因為訪問的https連線,所以驗證證書或者指定證書路徑即可。 requests.post(loginUrl,data=formData,headers=headers,verify=Fal

pycharm Process finished with exit code (0xC0000005)

images round code 發現 題解 .com ges 分享 不知道 pycharm Process finished with exit code (0xC0000005)解決辦法 上次報過這個錯誤,是在安裝瀏覽器時發現的,報過同樣的錯誤。按當時的方

tensorflow 記憶體不足:Process finished with exit code 137 (interrupted by signal 9: SIGKILL)

tensorflow/stream_executor/cuda/cuda_driver.cc:967] failed to alloc 536870912 bytes on host: CUDA_ER Process finished with exit code 137 (interrupte

Emulator: Process finished with exit code 1

今天搞 安卓studio  的  安卓模擬器時候老是報錯: Emulator: Process finished with exit code 1 emulator: ERROR: x86 emulation currently requires hardware accel

解決Pycharm debug下出現錯誤Process finished with exit code -1073741819 (0xC0000005)的問題

這個錯誤困擾了我一天,網上找的答案也是千奇百怪,部分可以參考該篇部落格 以上嘗試未果,最後在外網找到了解答,具體有三種,每個都試一次或許就能解決(最有可能是第三種方法) 一、更新pyqt,更新numpy 二、開啟pycharm的選單中的Run – Edit Co

大坑之Process finished with exit code -1073740791(0xC0000409)

作者是個技術不怎麼樣的bug製造者,用的是windows+caffe+python的GPU版本訓練模型,但是在訓練載入prototxt的時候遇到了這個問題,噩夢一般的Process finished with exit code -1073740791(0xC0000409)

pycharm報錯:Process finished with exit code -1073741819 (0xC0000005)

這個錯誤是真的奇怪,網上說法居然各個都不一樣,而我解決的方法也都和大家不一樣。所以如果你遇到了這個問題,可以從以下幾個方面找找原因,希望能幫到你。我覺得最有可能的是第六種,可以直接看第六種方法。。 第一種:讀取csv檔案 如果你讀取了csv檔案,請參考這個,否則直接跳過 原地址:https:

Android Studio Emulator: Process finished with exit code 1 問題解決

最近啟動模擬器的時候報一下錯誤:Emulator: Process finished with exit code 1Emulator: [6216]:WARNING:android/android-emu/android/featurecontrol/FeatureCont

pyCharm Process finished with exit code -1073740791 (0xC0000409)

樓主在pyCharm上搭建CNN做影象識別時, 執行程式碼, 報錯: Process finished with exit code -1073740791 (0xC0000409) 原因:顯示卡記憶體不足! 解決辦法:將訓練資料分成數量較小的batch