Spring boot multi module - Reload sub modules without running maven install -
i have spring boot multi module maven project configured parent pom, web application , sub module web project dependent on.
is there eclipse plugin can use allow me make change in sub module, , have change reflected when restart web application without running maven install on sub module every time?
pom.xml | web application pom.xml | sub module pom.xml
i starting application in eclipse run configuration goal: spring-boot:run
it not necessary install plugins resolve this. right click on project want run select run configurations, select resolve workspace artifacts.
Comments
Post a Comment