4142434445464748495051
private static final String VIEWS_LOCATION = "/WEB-INF/views/"; @Bean public ContextService contextService() { return new ContextService() { @Override public Context getContext() throws ContextServiceException { return null; } };