top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the benefits of using Spring Tool Suite in java?

0 votes
626 views
What are the benefits of using Spring Tool Suite in java?
posted Aug 14, 2017 by Mantosh Dubey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

We can install plugins into Eclipse to get all the features of Spring Tool Suite. However STS comes with Eclipse with some other important stuffs such as Maven support, Templates for creating different types of Spring projects and tc server for better performance with Spring applications.
I like STS because it highlights the Spring components and if you are using AOP pointcuts and advices, then it clearly shows which methods will come under the specific pointcut. So rather than installing everything on our own, I prefer using STS when developing Spring based applications.

answer Aug 17, 2017 by Neeraj Kumar
...