java - IntelliJ IDEA 2016.2 <import resource="" /> 没有提示
PHP中文网
PHP中文网 2017-04-18 09:44:31
0
2
219

在spring-context.xml文件中,输入<import resource="">没有提示,显示Cannot resolve file,而之前的<import resource="xxx.xml">仍正常显示

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
Peter_Zhu

No surprise, the location of your applicationContent-invoker-client.xml file is wrong. Generally, if the location is correct, hold down the Ctrl key and move the mouse to the file name, IDEA will prompt you with the location of the file:

洪涛

If the project can run normally, then you should leave it alone. If it looks uncomfortable, you can configure a suppress comment and IDEA will not prompt in red.

In general, in your case, IDEA did not search for this configuration file. For example, this configuration file is in another module, and this module is not configured to depend on another module.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!