parent
4629be2140
commit
5909928d0d
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
|
||||
<!-- 我的轮播列表 -->
|
||||
<bean id="carousel" class="com.ssm.ioc.Carousel">
|
||||
<property name="id" value="1"/>
|
||||
<property name="title" value="首页轮播"/>
|
||||
<property name="imgUrl" value="/banner.jpg"/>
|
||||
<property name="linkUrl" value="/index"/>
|
||||
<property name="sort" value="1"/>
|
||||
</bean>
|
||||
</beans>
|
||||
Loading…
Reference in new issue