0

I am following this tutorial: http://www.tutorialspoint.com/spring/spring_hello_world_example.htm

I am using the spring tool suite (STS) that is basically Eclipse. On Step 2 spring libraries and Apache common logging libraries need to be added. Does anyone know how to do this with STS? It seems like these .jars would already be in the tool somewhere...

Every single beginner tutorial does not make near as much sense to me as this one. I am not concerned with MVC or anything like that for instance.

Thank-you for reading. I look forward to any help given.

charles ross
  • 570
  • 4
  • 15
user_loser
  • 881
  • 1
  • 13
  • 27

3 Answers3

1

It should be configured in maven file or downloaded from this website one after another.

Igor Drozdov
  • 14,690
  • 5
  • 37
  • 53
1

If you have sts and if you are not particulary focused on that tutorial you can create a new project by choosing from a list of template project.

There are simple examples for different conceptual facilities of the spring framework

gipinani
  • 14,038
  • 12
  • 56
  • 85
  • I tried to find this in my copy of the STS but did not see it in any menu option when selecting FILE -> new etc, etc, etc,... Thanks for the help though. This is probably helpful for someone with more experience with these technologies. :D – user_loser Feb 23 '14 at 02:41
  • @user_loser I'm looking at sts 3.4.0: File -> New -> Spring Project. Then choose a template! ;) – gipinani Feb 23 '14 at 08:27
  • Cool. :D I will try this. Thanks @mserioli for the help on how to use STS. – user_loser Feb 24 '14 at 02:40
1

Try this..this has all the things that you are looking for http://www.codejava.net/frameworks/spring/spring-mvc-beginner-tutorial-with-spring-tool-suite-ide

  • Thank-you for the helpful information. I may give this a try at some point. :D I am sure this probably helped someone else out there too if I do not ever need to do this with Spring again. – user_loser May 25 '15 at 22:56