Skip to content

Instantly share code, notes, and snippets.

@snicoll
Created February 26, 2014 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snicoll/9229178 to your computer and use it in GitHub Desktop.
Save snicoll/9229178 to your computer and use it in GitHub Desktop.
package org.springframework.cache.jcache.config;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.GenericXmlApplicationContext;
/**
*
* @author Stephane Nicoll
*/
public class JCacheFullConfigTests extends AbstractJCacheAnnotationTests {
@Override
protected ApplicationContext getApplicationContext() {
return new GenericXmlApplicationContext(
"/org/springframework/cache/jcache/config/jCacheFullConfig.xml");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment