PT #164943593: XML bean scanning exclude output folders and pom
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package org.test;
|
||||
|
||||
public class SimpleBean {
|
||||
|
||||
}
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user