开发者社区 问答 正文

ssm 整合中Spring 配置文件中applicationContext.xml地址是什么呢?

已解决

ssm 整合中Spring 配置文件中applicationContext.xml地址是什么呢?

展开
收起
JWRRR 2022-03-31 19:22:53 635 分享 版权
1 条回答
写回答
取消 提交回答
  • 推荐回答

    xmlns:xsi="http://www.w3.org/2001/XMLschema-instance"

    xmlns:aop=http://www.springframework.org/schema/aop

    xmlns:tx="http://www.springframework.org/schema/tx"

    xsi:schemaLocation="

    class="org.springframework.jdbc.datasource.DriverManagerDataSource">

    value="com.mysql.jdbc.Driver"/>

    value="jdbc:mysql://Localhost:3306/test"/>

    class="org.mybatis.spring.SaLSessionFactoryBean">

    value="classpath:cn/sxt/vo/*.mapper.xmL">

    2022-03-31 19:23:59
    赞同 展开评论