applicationContext.xml问题

来源:4-1 转账环境的搭建

_长野的天

2017-03-19 18:03

<?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">


以上是我的配置,在配置<bean id="" class="com.mchange.v2.c3p0.ComboPooledDataSource"></bean>的时候class里边不能用alt+/提示代码

我知道是由于那个xsd要加什么3.0才有提示功能,但是为什么要这么写,是什么原因导致的,视频中老师不也照样能用提示吗?我改成3.0xsd也还是没有提示功能,myeclipse下方提示

Content Assist not available at the current location


写回答 关注

2回答

  • 稻子凡
    2017-09-06 10:59:17

    请问,这个问题你解决了吗?我也不能自动提示,自己手动敲容易错又记不住的

    稻子凡 回复King_少...

    我在博客上看到一种解决办法你可以试试 http://blog.csdn.net/hh775313602/article/details/70176531

    2017-09-06 17:43:03

    共 2 条回复 >

  • 可以很快乐_
    2017-03-20 13:48:21

    eclipse经常会没提示,你差掉这个打开的文件  然后重新打开试试

Spring事务管理

事务管理是Spring重要的知识,应用事务解决数据不一致问题

87318 学习 · 197 问题

查看课程

相似问题