I was wondering whether is possible to use the devtools within spring-boot and Maven only, without any IDE.
My question is about quick changes tests, using sublime text or notepad++ and console mvn spring-boot:run
.
As I know, It could be done using mvn compile
in another console. But, I was thinking something simpler such as ng serve
does in Angular.