What is the recommended project structure for spring boot rest projects?

前端 未结 9 1711
迷失自我
迷失自我 2020-12-07 09:29

I\'m a beginner with spring boot. I\'m involved in the beginning of a project where we would build rest services using spring boot. Could you please advise the recommended d

9条回答
  •  余生分开走
    2020-12-07 10:08

    Please use Spring Tool Suite (Eclipse-based development environment that is customized for developing Spring applications).
    Create a Spring Starter Project, it will create the directory structure for you with the spring boot maven dependencies.

提交回复
热议问题