Created
February 26, 2014 13:07
-
-
Save snicoll/9229178 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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