Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Android
- SQL
- Python
- MSSQL
- SSL
- Java
- R
- react
- Eclipse
- NPM
- xPlatform
- Express
- GIT
- 공정능력
- IntelliJ
- Spring
- tomcat
- window
- es6
- table
- Kotlin
- 보조정렬
- vaadin
- Sqoop
- SPC
- mapreduce
- plugin
- JavaScript
- hadoop
- mybatis
Archives
- Today
- Total
DBILITY
intellij spring boot devtools setting 본문
반응형
이거 보고 광고 한번 안 누른 이는 삼대가 재수 없을지어다!ㅋㅋ
누르고 복권을 사라!
eclipse에선 그냥 pom에 포함시키면 됐던 것 같은데, intellij ( 사용버전 IntelliJ IDEA 2021.3.2 (Ultimate Edition) )는 그렇지 않았다..
dependancy를 추가하고, spring initializr에서 선택할 수 있다.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
application.properties에
spring.devtools.livereload.enabled=true
intellij setting에서 다음 그림 1,2와 같이 처리한다.
반응형
'intellij' 카테고리의 다른 글
git local repository creation (0) | 2022.06.08 |
---|---|
intellij react create app error until ver. IDEA 2022.1.1 (0) | 2022.05.17 |
intellij .gitignore 동작이 이상할 때 (0) | 2022.01.26 |
intellij spring-boot-devtools setting (0) | 2022.01.01 |
intellij typescript auto recompile (0) | 2021.12.24 |
Comments