Skip to content

Instantly share code, notes, and snippets.

@mostafa-asg
Created January 6, 2018 08:45
Show Gist options
  • Save mostafa-asg/dda81ad6e6eb324a4e1be204d402243a to your computer and use it in GitHub Desktop.
Save mostafa-asg/dda81ad6e6eb324a4e1be204d402243a to your computer and use it in GitHub Desktop.
bean’s namespace for Spring beans configuration
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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