任务4新建com.ssm.di.annotation文件和bean-annotation.xml文件添加班级模块

main
刘思晗 3 weeks ago
parent 6eabd9ae1f
commit f5adc02ff6

@ -0,0 +1,14 @@
<?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:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">
<!-- 扫描包 -->
<context:component-scan base-package="com.ssm.di.annotation"/>
</beans>
Loading…
Cancel
Save