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