为了账号安全,请及时绑定邮箱和手机立即绑定

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


正在回答

2 回答

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

0 回复 有任何疑惑可以回复我~
#1

King_少奶奶

我是在任意一个java类里输入ComboPooledDa,然后Alt+/出来的,最后复制自动提示出来的包到xml粘贴的,这样不会出错。
2017-09-06 回复 有任何疑惑可以回复我~
#2

稻子凡 回复 King_少奶奶

我在博客上看到一种解决办法你可以试试 http://blog.csdn.net/hh775313602/article/details/70176531
2017-09-06 回复 有任何疑惑可以回复我~

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

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

applicationContext.xml问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信