Currently the spring-boot:run goal does not seem to pick up on changes to the source code.
Two possible reasons:
- Che does not actually compile code to target/classes on save
and(?)
- org.springframework.boot:spring-boot-devtools dependency is not included in project