Package with spring.xml files only support
已回答
We have a package with Spring.xml files only, I would like to navigate corss files but it is nto working.
for example ref="bean" should naviage to a different file.
请先登录再写评论。
Please share a sample project to reproduce the issue.
It is very simple:
in file A.xml
Please check that Spring Context is configured correctly and and includes all the files: https://www.jetbrains.com/help/idea/spring-support.html.
I cant see Spring in the list
Press ⌘; to open the Project Structure dialog.
From the left-hand list, select Modules.
Select the necessary module and click the button in the middle section.
Select Spring from the list.
Select Spring from the list, I dont see Spring when I click on +
the package only has xml files
when I click on + I see new module and import module.
See the Facets menu, not Modules, make sure you have IntelliJ IDEA Ultimate.
I have ultimate
for some reason I dont see the package I want.
I see other packages.
also when I click on the module and click on add framework support Idont see Spring
Check that Spring plug-ins are enabled: http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html.
It should look like this:
spring support installed
Upload the project: https://intellij-support.jetbrains.com/hc/articles/206869619.
Am in missing something here?
We need to check that your modules are Java modules and you have Spring dependencies in the project libraries.
it is company project, cant share it.
do you know why is this happening
Check your proxy settings.
I am not aware of any special proxy that blocks this, I behind company proxy though.
is there a work around like manually pushing those jars, what jars do I need exactly for just basic spring navigation.
I want the most basic thing
Add all the jars from the Spring lib directory you've downloaded.
I have no proxy btw, why is this so complex
Probably because of your company security settings for network access. You can still download and configure Spring libraries manually from your browser.
I added spring core library, still complaining