I'm really really new to everything spring.
I'm looking at the free training video on AOP.
In that video (at about 20:30) there's an import of
org.springframework.context.ApplicationContext;
When I try to import that in STS, it doesn't exist.
I've downloaded Spring and looked at all the libraries there, and I can find
"org.springframework.context" but no ApplicationContext.


Reply With Quote