Spring中beans.xml模板

1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4        xsi:schemaLocation="http://www.springframework.org/schema/beans
5         https://www.springframework.org/schema/beans/spring-beans.xsd">
6 
7 </beans>

 

posted @ 2021-09-08 23:06  现在开始JAVA  阅读(153)  评论(0)    收藏  举报