[JAVA] Until you start development with Spring Boot in eclipse 1

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.

* Since this is an article after the settings have been advanced a little, there may be some omissions in the order.

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.

1. Download "STS (Spring Tool Suite)" from the marketplace.

First, start eclipse and click "Help" on the toolbar. スクリーンショット 2017-09-18 18.19.48.png

Then, the following menu will be expanded. Click the inverted "Eclipse Marketplace". スクリーンショット 2017-09-18 18.20.44.png

The following screen will start.

スクリーンショット 2017-09-18 18.27.46.png

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. スクリーンショット 2017-09-18 18.33.57.png

When you press the install button, the following screen will be displayed, so just click the "Confirm>" button. スクリーンショット 2017-09-18 18.56.43.png

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. スクリーンショット 2017-09-18 18.57.46.png

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

Until you start development with Spring Boot in eclipse 1
Until you start development with Spring Boot in eclipse 2
Spring Boot application development in Eclipse
Start web application development with Spring Boot
Spring Boot Hello World in Eclipse
Hot deploy with Spring Boot development
Until "Hello World" with Spring Boot
Hello World with Eclipse + Spring Boot + Maven
Test controller with Mock MVC in Spring Boot
Asynchronous processing with regular execution in Spring Boot
Until data acquisition with Spring Boot + MyBatis + PostgreSQL
Create a Spring Boot development environment with docker
Download with Spring Boot
Include external jar in package with Spring boot2 + Maven3
SSO with GitHub OAuth in Spring Boot 1.5.x environment
Create Restapi with Spring Boot ((1) Until Run of App)
Database environment construction with Docker in Spring boot (IntellJ)
Until you create a Spring Boot project in Intellij and push it to Github
Java development environment construction (Mac + Pleiades All in One Eclipse 4.7 + Spring Boot + Gradle (Buildship))
Set context-param in Spring Boot
Generate barcode with Spring Boot
Hello World with Spring Boot
Implement GraphQL with Spring Boot
Get started with Spring boot
Hello World with Spring Boot!
Spring Boot 2 multi-project in Gradle
File upload with Spring Boot
Spring Boot starting with copy
Spring Boot starting with Docker
Hello World with Spring Boot
Set cookies with Spring Boot
First Java development in Eclipse
Use Spring JDBC with Spring Boot
Major changes in Spring Boot 1.5
Add module with Spring Boot
Getting Started with Spring Boot
NoHttpResponseException in Spring Boot + WireMock
Create microservices with Spring Boot
Send email with spring boot
Until INSERT and SELECT to Postgres with Spring boot and thymeleaf
Use thymeleaf3 with parent without specifying spring-boot-starter-parent in Spring Boot
Domain Driven Development with Java and Spring Boot ~ Layers and Modules ~
Easily develop web applications with STS and Spring Boot. In 10 minutes.
Use Basic Authentication with Spring Boot
gRPC on Spring Boot with grpc-spring-boot-starter
Create an app with Spring Boot 2
Database linkage with doma2 (Spring boot)
Write test code in Spring Boot
See the relative redirect behavior with the server.tomcat.use-relative-redirects setting in Spring Boot
Spring Boot programming with VS Code
Inquiry application creation with Spring Boot
Get validation results with Spring Boot
(Intellij) Hello World with Spring Boot
Create an app with Spring Boot
What is @Autowired in Spring boot?
Google Cloud Platform with Spring Boot 2.0.0
Build jooby development environment with Eclipse
Check date correlation with Spring Boot
Implement Spring Boot application in Gradle
I tried GraphQL with Spring Boot
[Java] LINE integration with Spring Boot