Skip to content

Instantly share code, notes, and snippets.

@peter-y
Created December 16, 2017 07:00
Show Gist options
  • Save peter-y/4eef591eb271b81192abadbaa266a27b to your computer and use it in GitHub Desktop.
Save peter-y/4eef591eb271b81192abadbaa266a27b to your computer and use it in GitHub Desktop.
p and c namespace
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:c="http://www.springframework.org/schema/c"
xmlns:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment