SpringMVC applicationContext.xml配置

    xiaoxiao2022-06-23  30

    <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context" xmlns:p="http://www.springframework.org/schema/p" 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 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> <!-- filter --> <bean id="testFilter" class="com.filter.TestFilter"></bean> <bean id="testManager" class="com.TestManager"></bean> </beans>
    转载请注明原文地址: https://ju.6miu.com/read-1123459.html

    最新回复(0)