Update SpringConfiguration to support beans by type

Issue: SPR-10605
This commit is contained in:
Rossen Stoyanchev
2013-08-28 22:51:39 -04:00
parent f0dda0e38b
commit 1472e9795f
3 changed files with 59 additions and 27 deletions

View File

@@ -22,7 +22,6 @@ import org.eclipse.jetty.servlet.ServletHolder;
import org.springframework.util.SocketUtils;
import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.servlet.DispatcherServlet;
import org.springframework.web.socket.TestServer;
/**