일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- intellij
- log4j2
- Linux
- Spring
- springboot
- hikaricp
- MySQL
- datasource
- github
- bitbucket
- Spring Boot
- hikari
- between date
- 배열스트링
- Java
- between 날짜
- python 개발환경
- ubuntu
- log4j profile
- 라즈베리파이
- STS
- Gradle
- git
- Spring Security
- mybatis
- oracle between
- oracle
- template
- ORACLE CLOUD
- catalina log
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- intellij
- log4j2
- Linux
- Spring
- springboot
- hikaricp
- MySQL
- datasource
- github
- bitbucket
- Spring Boot
- hikari
- between date
- 배열스트링
- Java
- between 날짜
- python 개발환경
- ubuntu
- log4j profile
- 라즈베리파이
- STS
- Gradle
- git
- Spring Security
- mybatis
- oracle between
- oracle
- template
- ORACLE CLOUD
- catalina log
- Today
- Total
파워노트
IntelliJ spring boot DevTools 자동 빌드 적용하기. 본문
** 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 |
---|