--- title: 'Eclipse workspace and git Eclipse Maven設定' disqus: hackmd --- ###### tags: `Eclipse` Eclipse workspace and git Eclipse Maven設定 === [TOC] 如果專案是從git上面 smart import下來的話,就會出現在git 資料夾 但是如果是自己創的,就會出現在workspace資料夾 即使是git的專案,也可以出現在Eclipse左邊的project manager 簡單來說 出現在project manager的專案和右邊沒有絕對關係 # eclipse新建project 推送到gitlab上面 先在gitlab上創建專案 之後在eclipse上面新建一個spring boot 專案 接下來在本機的eclipse share project 然後commit commit完之後就要把URL換成下面這個git儲存庫位置的URL ![](https://i.imgur.com/mCmf1Vt.png) # Eclipse Maven設定 https://blog.csdn.net/wcc27857285/article/details/81812304