It will be first post.
I used to use Windows both at work and at home, but I thought that a Mac would be good, so I bought a Mac book Pro.
For a moment, I thought, "Okay, I'm going to solidify my self-learning for development!" that? I'm crazy about it, so I'll write this article as a memo for self-study.
This time, I'm using eclipse to start development with Spring Boot.
Current situation
-Eclipse installation: OK (OXYGEN)
・ Eclipse Japanese localization: OK
・ Create git account: OK
・ Create git repository: OK
-Create local repository: NG
Let's get started.
First, start eclipse and click "Help" on the toolbar.
Then, the following menu will be expanded. Click the inverted "Eclipse Marketplace".
The following screen will start.
When the screen starts, enter "Spring Boot" in the search and press the Enter key to turn. You will see a green icon called STS on the screen below in the search results. Click the install button to install it.
When you press the install button, the following screen will be displayed, so just click the "Confirm>" button.
After that, a screen asking whether you agree to the license will be displayed. Read the terms of use and select "Agree", and then click the "Finish" button.
Click Finish to close the dialog, and after a short while you will be prompted to restart, so restart.
It seems that the image can not be uploaded any more, so I will continue to 2 once so far.
Recommended Posts