applicationContext-zhengAdmin.xml 442 字节
Newer Older
shuzheng5201314's avatar
shuzheng5201314 已提交
1 2 3 4 5 6
<?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-3.0.xsd">

	<!-- 启动解压zhengAdmin-x.x.x.jar到resources目录 -->
7
	<bean id="zhengAdminUtil" class="com.zheng.common.util.ZhengAdminUtil"></bean>
shuzheng5201314's avatar
shuzheng5201314 已提交
8 9

</beans>