I try to set up a unit test with Spring boot and I always have an error about the spring context.
I did not find a page explaining what is the spring context and how it is defined, especially when annotations and a xml file are used. I looked here Add context path to Spring Boot application but it describes more how to define a context than what is a context.
I try "randomly" some tips found on the net, but i would like to use a "rational solution":).
Where can i find a documentation explaining what is the spring context and how it is defined?