How to enable spring support in IntelliJ Community Edition 2016.1.3

后端 未结 5 1992
广开言路
广开言路 2021-02-07 02:59

I have very good pure Java basic knowledge. As long as there are no XML config and no project management tools involved, I am very good.

The things that really confused

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 03:44

    The Spring support plugin is a feature of IntelliJ IDEA Ultimate, which is a commercial IDE. It's not available in the free Community Edition.

    You don't need any plugin to generate the beans.xml file; you can write it manually in the source code editor.

提交回复
热议问题