PT #164943593: XML bean scanning exclude output folders and pom

This commit is contained in:
BoykoAlex
2019-04-02 21:58:58 -04:00
parent fee9b6bc94
commit 3dd1c2dfd0
4 changed files with 59 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/schema/beans"
xmlns:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">
<beans>
<bean id="sb"
class="org.test.SimpleBean">
</bean>
</beans>
</beans>