Problem browsing to Spring bean configuration in IntelliJ 15.0.3 Ultimate Edition

已回答

I am using Spring boot.
From the Spring bean configurations I do have at the left an icon that will take me to all the possible autowired candidates. However, this does not work the other way around: When I see a bean with the autowired annotation nothing appears that will take me to the bean definition.

I verified that the module has the Spring facet. Is this a bug? Maybe related to the usage of Spring boot?

thanks

0

Please verify the Spring Boot fileset has been autodetected in Spring facet. If it still reproduces, please file a bug with more details (exact setup, if possible zipped sample project) in our bug tracker https://youtrack.jetbrains.com/issues/IDEA

0

Thanks for your answer Yann. Could you please be a bit more specific? What is the Spring Boot fileset and how I can verify that it can be autodetected?

I understand that what you want me to do is to select the Spring facet in the module configuration, click the "plus" symbol in the right panel and add some files related to Spring Boot, correct? But which files are those?

0

No, the Spring Boot fileset must be created automatically upon detection of your main Spring Boot class (see sample screenshot)

If the Spring facet does not contain such fileset, please file a bug with more information about your project setup.

0

请先登录再写评论。