Setting up project with many spring facets and app context files
Hi,
I'm having trouble setting up a project with ~30 modules, most having it's own spring facet and serveral spring application context config files. For each module I have to create a new spring fileset and choose all the spring context files I would like to include (typically all in ...src/main/resources). This is a rather large manual process except for the webmodule where the spring fileset is automatically created. The attached screen shot shows the fileset configuration for one of the ~30 modules.
Can this process be simplified? For example if IntelliJ IDEA would support using scopes to select files? In my case I would create a scope like this: file[*]:src/main/resources//*.xml.
-Tomas
Attachment(s):
edit-file-set.jpg
请先登录再写评论。