先記錄下自己遇到的坑、、、
1.修改預設埠
由於預設埠為8080,經常被占用,server.port = 8099
2.熱部署的問題
有的人說直接修改pom.xml即可,如下
我們往 pom.xml 中新增乙個依賴就可以了:
org.springframework.boot
spring-boot-devtools
true
重新啟動 spring boot ,然後修改任意**,就能觀察到控制台的自動重啟現象
但是自己修改後並不會自動重啟,然後又看到說要更改idea的設定
修改idea設定如下:
(1)file-settings-build,executiondeplyment-compiler-build project automatically
勾選,然後ok即可
使用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...