我的組態檔如下:
<?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:aop="http://www.springframework.org/schema/aop"
xmlns:jdbc="http://www.springframework.org/schema/jdbc"
xmlns:mybatis-spring="http://mybatis.org/schema/mybatis-spring"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.3.xsd
http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-4.3.xsd
http://mybatis.org/schema/mybatis-spring http://mybatis.org/schema/mybatis-spring-1.2.xsd">
<bean id="dataSource" class="org.springframework.jdbc.DriverManagerDataSource">
<property name="driverClassName" value="https://bbs.csdn.net/topics/com.mysql.jdbc.Driver"/>
</bean>
</beans>
在配置<bean id="dataSource" class="org.springframework.jdbc.DriverManagerDataSource">
當輸入org.時,點擊alt+/不能自動彈出springframework等包的提示,請問各位大俠,是什么原因。
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/284106.html
標籤:Java EE
