Here are some tips that are often forgotten when developing Java projects in Eclipse.
・ Obtained by launching "spring boot" in the eclipse marketplace. Make sure spring ide boot is installed. -Check that the Buildship of the gradle plugin is installed.
If you create it casually, you will end up with a Maven project, so make a note of it. -Create an eclipse project. -Select New-> spring boot / spring starter project. -Type: Select gradle (build ship). ← Don't forget this.
Sometimes you are developing multiple projects in the same Workspace in Eclipse and you want to separate the Workspaces. However, if you simply create a new Workspace and move it, you will have to make new editor settings and CheckStyle settings, which is troublesome. In such a case, follow the procedure below.
<Export / Import settings>
Recommended Posts