Skip to content

Instantly share code, notes, and snippets.

@codinko
Created January 17, 2016 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codinko/9202c133ec63981bb2c1 to your computer and use it in GitHub Desktop.
Save codinko/9202c133ec63981bb2c1 to your computer and use it in GitHub Desktop.
Raw Spring Configuration file
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi=<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
<!-- <bean/> definitions here -->
</beans>
</xml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment