Skip to content
/ ioc Public
forked from d0k1/GetRest

Exercice for Inversion of Control in Spring

License

Notifications You must be signed in to change notification settings

ykalemi/ioc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoC

Exercice for Inversion of Control in Spring

Презенитация: https://ykalemi.github.io/imkn/di

Начало работы

Для начала работы требуется:

  • загрузить репозиторий
  • загрузить браузер Chrome
  • загрузить Postman - плагин для Chrome
  • установить JDK 8
  • настроить переменную окружения JAVA_HOME указывающую на каталог с JDK 8
  • в локальной копии репозитория, в ветке master выполнить ./mvnw clean install -DskipTests (OS X, Linux) .\mvnw.cmd clean install -DskipTests (MS Windows)

About

Exercice for Inversion of Control in Spring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 41.6%
  • Batchfile 29.5%
  • Java 28.9%