mirror of
https://github.com/Estom/notes.git
synced 2026-04-07 21:08:37 +08:00
14 lines
567 B
XML
14 lines
567 B
XML
<?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:util="http://www.springframework.org/schema/util"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
|
|
|
|
|
|
<bean id="book" class="com.ykl.collectiontype.Book" scope="prototype">
|
|
</bean>
|
|
|
|
</beans>
|
|
|