Skip to content

Instantly share code, notes, and snippets.

@bh5k
Created August 3, 2023 03:37
Show Gist options
  • Save bh5k/9204328d22993e8293237f79330849d7 to your computer and use it in GitHub Desktop.
Save bh5k/9204328d22993e8293237f79330849d7 to your computer and use it in GitHub Desktop.
Spring Beans Namespace
<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
https://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