How to Git manage Java EE projects in Eclipse
This article is conducted in the following environment.
- Open JDK 8
- eclipse Photon Build
The following is assumed.
--Already created a dynamic WEB project
--No repository to clone
How to Git manage Java EE projects in Eclipse
Select Window → Perspective → Open Perspective → Java EE
Right-click on the project and select Team → Share Project
Press the create button in the Git repository configuration window
Click the Finish button in the new repository creation window,
You will be returned to the configuration window of the Git repository, so press the Finish button. Check that the project has a ">".
Revision history
--2020/5/12 Newly created