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.
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.