#Prerequisites to spring frame work.
4 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @crystal terrace! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
First of all, knowing Java.
I would also recommend using Spring Boot when working with Spring.
Knowing a project/dependency management tool (Maven or Gradle) is also useful for Spring.
Since you'd probably want to build webservices/webapps, you probably want to know how that stuff works in general.
If you want to use Spring's support for databases (Spring JPA, Spring JDBC or maybe even Spring NoSQL), you probably want to learn howw databases work first.