파워노트

IntelliJ spring boot DevTools 자동 빌드 적용하기. 본문

intelliJ

IntelliJ spring boot DevTools 자동 빌드 적용하기.

파워킴 2020. 7. 25. 17:28
반응형

** intelliJ version : IntelliJ IDEA 2018.1 이후 버전 

 

# IntelliJ 에서 devtools 개발도구를 설치 하면 이상하게 EClipse에서 잘되던 자동 컴파일 이 안된다.

# devtools 를 반영하고 적용하는것을 해보자. 

참고 URL : https://blog.jetbrains.com/idea/2018/04/spring-and-spring-boot-in-intellij-idea-2018-1/

 

Spring and Spring Boot in IntelliJ IDEA 2018.1 – IntelliJ IDEA Blog | JetBrains

IntelliJ IDEA 2018.1 comes, as usual, with a lot of features to support developers who use Spring and Spring Boot. We also now have an OpenAPI for Spring Boot, which allows third party plugins to re-u

blog.jetbrains.com

 

 

# 기존의 블로그나 설명들에서는 Setting이나 Preference에서 Build project automatically 등등의 체크 옵션을 설정하는것으로 설명들이 있다.

 

# 다 필요 없다

* Run Configurations 실행 

* Running Application Update Policies 항목중

   on 'Update' action     : Hot swap classes and update trigger file failed 

   on frame deactivation :  Update resource 항목을 설정한다.

  ( intelliJ가 비활성될때 - intelliJ 밖의 다른창을 마우스로 클릭시 resource를 업데이트 한다. )

* 설정 끝. 

 

* html, javascript 등 수정후 intellij 밖의 창 선택. 그럼. 재빌드 됨을 확인 할 수 있다. 

^^ 

반응형

'intelliJ' 카테고리의 다른 글

intelliJ 단축키 가이드 플러그인  (0) 2020.06.13
Comments