问答详情
源自:4-1 转账环境的搭建

applicationContext.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">


以上是我的配置,在配置<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


提问者:_长野的天 2017-03-19 18:03

个回答

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

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

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

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