Skip to content

Instantly share code, notes, and snippets.

@sara4dev
Last active December 23, 2015 09:19
Show Gist options
  • Save sara4dev/6613426 to your computer and use it in GitHub Desktop.
Save sara4dev/6613426 to your computer and use it in GitHub Desktop.
Cache namespace and schema in spring config file.
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cache="http://www.springframework.org/schema/cache"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache.xsd">
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment