반응형
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
- java 버전 변경
- mac os git error
- el1008e
- No tests found for given includes
- querydsl no sources given
- LeetCode
- Medium
- springbatch error
- java 11
- aws
- yum install java
- java 여러개 버전
- error
- JUnit
- Java 1.8
- java 1.8 11
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- springboot
- parse
- log error
- no sources given
- springboottest
- java version
- maybe not public or not valid?
- AWS CLI
- 스프링부트테스트
- java
- OpenFeign
- easy
- property or field 'jobparameters' cannot be found on object of type
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