/spring-ioc

Example project of raw spring ioc container

Primary LanguageJava

Spring ioc

A simple example od spring ioc container and junit configuration

spring ioc container

find out the docs here

BuildApp

./mvnw install

Run tests

./mvnw test

Run App

./mvnw exec:java -Dexec.mainClass="ioc.Application"