_长野的天
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
请问,这个问题你解决了吗?我也不能自动提示,自己手动敲容易错又记不住的
eclipse经常会没提示,你差掉这个打开的文件 然后重新打开试试
Spring事务管理
87318 学习 · 197 问题
相似问题