Skip to content

Integrations: Spring

Mykhailo Lytvyn edited this page Apr 30, 2024 · 1 revision

Spring Bean reference resolution logic is IntelliJ IDEA edition dependant and may produce different result.

Ultimate Edition

Relies on Spring plugin and provides most accurate & comprehensive Spring Bean resolution based on the Spring Context.

If Spring plugin is disabled internal Spring Bean resolution logic will be used as a fallback.

Community Edition

Relies on Plugin's internal and simple implementation of the possible Spring Bean.

The Plugin will look through all .xml files with the attribute xmlns="http://www.springframework.org/schema/beans" of the root xml tags. Within those files the Plugin will look for xml tags with attribute id and collect those names.

In case of the resolution to the class itself xml tag must have class attribute specified.

Features

TODO

integration in -spring.xml for Interceptors and Type System type codes.

Clone this wiki locally