반응형
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 | 31 |
Tags
- no sources given
- OpenFeign
- easy
- springboot
- LeetCode
- yum install java
- el1008e
- java 여러개 버전
- 스프링부트테스트
- property or field 'jobparameters' cannot be found on object of type
- java version
- java 11
- java
- No tests found for given includes
- querydsl no sources given
- java 1.8 11
- Java 1.8
- java 버전 변경
- log error
- JUnit
- maybe not public or not valid?
- springbatch error
- AWS CLI
- aws
- mac os git error
- parse
- springboottest
- Medium
- error
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
Archives
- Today
- Total
쩨이엠 개발 블로그
[ gradle ] 서버 재기동 없이 리로드 하고 싶을 때 본문
728x90
반응형
Front-End 작업 할 때 하나 바꾸고 재기동하고 하나 바꾸고 재기동하기 싫을 때
build.gradle에 org.springframework.boot:spring-boot-devtools 를 추가 해준다
dependencies{
...
implementation 'org.springframework.boot:spring-boot-devtools'
...
}
끝
728x90
반응형
'개발 > ETC' 카테고리의 다른 글
Comments