/spring-basics-course-project

The project created throughout the course 'Spring Framework - The Basics'

Primary LanguageJavaMIT LicenseMIT

spring-basics-course-project

Исходный код небольшого проекта, создание которого происходит во время выполнения практики в онлайн-курсе Spring Framework - The Basics 🎥

Чтобы посмотреть файлы, относящиеся к определенному уроку, т.е. всё то, что было сделано в предыдущих уроках и на данном уроке, Вы можете сделать checkout тега lesson#, где # - это номер урока. Например:

  • git clone git@github.com:yuriytkach/spring-basics-course-project.git - клонируем себе репозиторий
  • cd spring-basics-course-project - переходим в папку проекта
  • git checkout lesson3 -b branch_lesson3 - получаем файлы для третьего урока в отдельной branch с именем branch_lesson3

🇺🇸

Source code of the small project that is created during the online course Spring Framework - The Basics 🎥

To view the files for specific lesson, i.e. everything that was done on previous lessons plus on this lesson, you can just checkout the tag lesson# where # - is the lesson number. For example:

  • git clone git@github.com:yuriytkach/spring-basics-course-project.git - cloning the repository
  • cd spring-basics-course-project - changing directory to project one
  • git checkout lesson3 -b branch_lesson3 - getting files for third lesson in a separate branch with name branch_lesson3

Quick links

Item Link
Continuous integration CircleCI
Code coverage Coverage Status