October 2018
Intermediate to advanced
982 pages
23h 29m
English
By default, adding a DevTools module to a project will make it monitor all the classes or resources, which could become undesired behavior, especially when it comes to multi-module repositories. This becomes true when building and launching projects from within an IDE like IntelliJ or Eclipse. We need to tell DevTools to exclude the db-count-starter sub-module in our project from the watch list by adjusting the configuration settings:
restart.exclude.db-count-starter=/db-count-starter/build/(classes|resources)/main
Read now
Unlock full access