idea配置springboot熱部署

2021-09-27 09:51:28 字數 319 閱讀 7927

springboot專案的頁面一調整就看不了效果怎麼辦?別怕,可以這麼做!

idea來配置springboot熱部署

1.首先要在專案的pom檔案新增以下依賴:

org.springframework.boot

spring-boot-devtools

true

2.接下來更改idea的設定

進入到idea的 「file」 ,選擇 「settings」 ,直接搜尋  「compiler」,把「build project automatically」選項前面的 √ 打上 。

就完成了,改動頁面,重新整理一下即可。

使用idea建立第乙個springboot專案

前言 如今springboot越來越火,越來越多的公司選擇使用springboot作為專案的開發框架,其設計目的就是用來簡化spring專案的搭建和開發過程,省略了傳統spring springmvc專案繁瑣的配置,可以讓開發人員快速上手。下面詳細說明下如何使用idea建立我們的第乙個springb...

使用Systemd包裝SpringBoot應用

為應用建立乙個service檔案 unit description springboot rest service service user ubuntu 要執行程式的路徑 呼叫jar檔案的shell執行檔案 succes itstatus 143 timeoutstopsec 10 restart...

logback日誌整合springboot設定

1.logback spring.xml 1.0 encoding utf 8 此xml在spring boot 1.5.3.release.jar裡 org springframework boot logging logback defaults.xml 開啟後可以通過jmx動態控制日誌級別 s...