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