1
Crazed
6y

What's a good way to learn springboot development? I know the fundamentals of java as a language but never used springboot, and I recently got an internshIp that uses it.

Also, where would I go to learn more about proper best coding practices?

Thanks everyone!

Comments
  • 0
    how2spring by Bind:

    1) download the essential java environment
    2) set up a maven project
    3) realize how much of an overhaed spring is
    4) hang yourself
    4.1) somehow take the whole cors thing with yourself please its so painful to use
  • 0
    @BindView im confused, im still a pretty new dev and this internship is really important to ne, is springboot bad?
  • 0
    not necessarily if you let your seniors handle the server setup but if it ever occurs to you that "golly gee i sure wish i had a java server at home" then for the love of God please look up java spark or struts
  • 0
    oh yeah, for tutorial, spring's website has a bunch under "docs", those are kinda good
  • 0
    @BindView ok, I'll look into it. I figured spring should be Iearned before using springboot but I wasnt entirely sure.
  • 1
    @Crazed not necessarily but it would help to some extent.

    https://spring.io/guides

    https://dzone.com/articles/...
Add Comment