Last time, I installed Springboot with eclipse, so let's continue to create a project.
I think there are several ways, but I will introduce the following methods.
-Right-click in Package Explorer to bring up the menu and click [New]-[Project]. -Click [File]-[New]-[Project] from the toolbar menu.
The following screen will open.
Then enter "Spring" in the filter.
When I put in "Boot", it stopped hitting. Why ...? I'm sure you're only searching for content in the folder ...
Next, click "Spring Boot Startup Project" of Spring Boot displayed in the search results and press Next to start the following screen. Here, select the package name, Java version, etc., and click Next. The name item is blank by default, but it is a required item, so I entered "Kakeibo" for the time being.
Here you can select a template. Let's choose according to the project you use. This time, I selected only "Web" that I would use often. Now press Done to finish.
In my environment I got the error "Project configuration is not up to date in pom.xml", right click on the project in Package Explorer and select [Maven]-[Update Project] and it's OK When I did, the error disappeared. This completes the project creation.
↓ Eventually it will look like this. ↓
Recommended Posts