当我尝试使用带有-t标志的gradle运行构建时:
./gradlew clean build -x test -t
我得到提示线:
Waiting for changes to input files of tasks… (ctrl-d to exit)
但是当我使用bootRun命令尝试它时它不起作用/出现:
./gradlew clean bootRun -t
它适用于Spring Boot吗? (我知道Spring dev tools plugin – 1.3尚未发布)