Importing a module in a web application in Intellij Idea
Hi,
I have a maven based web application in idea and it has several other modules which are also web apps (war). When I run the application locally and make any changes to itself and update resources the chages take effect. But the problem is when I import a module in the project and then run the project locally any changes I make into jsps of that module it does not take effect. I have to "install" the module and then package my main prjoect again to see the chages.
Regards,
请先登录再写评论。