jdbcTemplate章节中spring.xml 头文件配置
jdbcTemplate章节中spring.xml 头文件配置,老师直接复制,没有讲怎么配。所以不知道怎么弄。
4
收起
正在回答
2回答
同学你好。老师复制的只是spring.xml的首部模板。这部分和源码中提供的一样,将源码掐头去尾即可得到:
<?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" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" 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 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd"> </beans>
如果解答了同学的疑问,望采纳~
祝学习愉快~
weixin_慕的地5007085
2019-07-16 11:39:15
老师,我是说假如我们以后自己开发项目了,没有老师带,这个头文件就不知道怎么配,也不明白配置文件的意思。或者说我们的需求变了,这个头文件又怎么配。
SSM主流框架入门与综合项目实战2018版
- 参与学习 人
- 提交作业 205 份
- 解答问题 4317 个
Java中非常实用的SSM整合开发内容,从Spring开始,到MyBaits的进阶内容,再到SpringMVC的应用,最后是SSM整合开发案例,逐步深入,助你成长为一名Java工程师!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星