#New to Java and Spring Boot
2 messages · Page 1 of 1 (latest)
Currently learning Spring myself so here's what I've found:
-
Spring Boot Docs: https://docs.spring.io/spring-boot/docs/current/reference/html/
-
Spring Framework Docs: https://docs.spring.io/spring-framework/reference/index.html
-
baeldung.com has some more friendly descriptions of some of the concepts.
-
spring.io has some guides, though some are pretty outdated (https://spring.io/guides)
-
There's also https://spring.academy/courses
But my best advice is to just build some simple stuff. Spring makes things a little easier than plain Java, though the framework itself abstracts away a lot of details so it's easy to get lost imo.