Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你知道在使用 Spring Roo 时是否有办法忽略目录?我们目前正在使用 roo 开发一个项目,我们希望 roo 忽略 CVS 文件夹...
谢谢!
Spring Roo 只扫描它知道并且可以管理的文件。也就是说,那些已经用它的注解或者它认为有必要应用一些改变的那些。
那么,为什么要排除一个不包含 Spring Roo 管理的文件的文件夹呢?您遇到哪种错误?
问候,