项目搭建的Spring.xml配置文件是在哪里找的呢?

项目搭建的Spring.xml配置文件是在哪里找的呢?

项目搭建的Spring.xml配置文件是在哪里找的呢?老师提前准备是从哪里复制过来的?

正在回答

登陆购买课程后可参与讨论,去登陆

1回答

同学你好。老师复制的只是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>

http://img1.sycdn.imooc.com//climg/5d1c10e9000135ca17530927.jpg

如果解答了同学的疑问,望采纳~

祝学习愉快~


  • 野生java小菜鸡 提问者 #1
    怎么找源码提供的配置模板呢?
    2019-07-05 10:28:01
  • 芝芝兰兰 回复 提问者 野生java小菜鸡 #2
    同学你好。源码并没有提供配置模板呢,这个文件就是将源码的spring.xml掐头去尾得到。祝学习愉快~
    2019-07-05 11:32:03
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
SSM主流框架入门与综合项目实战2018版
  • 参与学习           人
  • 提交作业       205    份
  • 解答问题       4317    个

Java中非常实用的SSM整合开发内容,从Spring开始,到MyBaits的进阶内容,再到SpringMVC的应用,最后是SSM整合开发案例,逐步深入,助你成长为一名Java工程师!

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师