Skip to content

Instantly share code, notes, and snippets.

@limejuny
Last active November 28, 2021 14:37
Show Gist options
  • Save limejuny/328fb610e58d04d5bb026d1cd199da54 to your computer and use it in GitHub Desktop.
Save limejuny/328fb610e58d04d5bb026d1cd199da54 to your computer and use it in GitHub Desktop.
spring-boot-devtools 실행
<term-1>
$ ./gradlew build -x test --continuous --info

<term-2>
$ ./gradlew bootRun

$ ./gradlew build --continuous만 할 경우 clean test에서 fail이 남
test하지 않고 build하게 실행해야 함
git hooks로 commit 전 clean test를 하기 때문에 문제는 없을 것으로 예상

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment