Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij ultimate vs community version for spring framework

as per the Intellij site, the community version does not support the spring and other J2EE frameworks. But I can create a new spring maven project, import in community version IDE and can start development.My question is what are the advantages of ultimate edition and what are the limitations of the community IDE if I start a spring project with it?

like image 344
DEVAS Avatar asked Aug 17 '18 11:08

DEVAS


1 Answers

There is no limitations, but there are "bonus" features that you won't have with the community version. I do use the community edition for my projects, and it works perfectly just like that.

Here is a list of spring/springboot bonus features that you can have with ultimate edition.

like image 116
Anthony Raymond Avatar answered Sep 21 '22 00:09

Anthony Raymond