Skip to content

Instantly share code, notes, and snippets.

@darbyluv2code
Created July 23, 2019 14:31
Show Gist options
  • Save darbyluv2code/a49837873d467804c0c29693d1540367 to your computer and use it in GitHub Desktop.
Save darbyluv2code/a49837873d467804c0c29693d1540367 to your computer and use it in GitHub Desktop.
XML template file
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">
<!-- Define your beans here -->
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment