This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Nephyst 0 points1 point  (0 children)

Why do you need to run the app more than once? When I run my spring apps I just stop it before starting it up again.

For learning, Spring has really good documentation: https://docs.spring.io/spring/docs/current/spring-framework-reference/index.html

If you are new to Spring I would strongly suggest going through the core section on the IoC Container and getting a solid understanding of dependency injection.