Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.83 KB

File metadata and controls

39 lines (28 loc) · 1.83 KB

Introduction to Spring Framework

Exercises and samples for the course Introduction to Spring Framework. Copyright to all material unless otherwise stated belongs to Codecenter Ltd.

Interested in the course? E-mail info@codecenter.fi.

Requirements

All the exercises and samples use Apache Maven. In addition the instructions presume you're using Eclipse for Java (EE) Developers which has the m2e plug-in installed by default. You can, however, use any IDE you want as long as it supports Maven.

Adding the Projects to Eclipse

To add the GitHub repository to your Eclipse IDE, use the following instructions:

  • Move to the Git Repository Exploring perspective (Window > Open Perspective > Other > Git Repository Exploring)
  • Copy the following URL to your clipboard: https://github.com/Codecenter/courses-spring-framework.git
  • Right-click on the Git Repositories view and select Paste Repository Path or URI
  • A dialog opens where URL, Host, Repository path and Protocol are already set. Click Next, Next and Finish.
  • Right-click Working Directory under courses-spring-framework and select Copy Path to Clipboard.
  • Start the import process (File > Import)
  • Under Maven, select Existing Maven Projects and click Next.
  • Paste the path from clipboard to Root Directory and check project(s) to import.
  • Perform the import by clicking Finish.

After a while you should have all the sample projects available inside Eclipse.

Useful Resources