(2)<bean id="sessionFactory" class="org.springframework.orm.hibernate4.LocalSessionFactoryBean">
暂时解决了我遇到的问题
要是没出错,又没生成表的记得看下有没导入mysql-connector-java-5.1.-bin.jar这个连接数据库的jar包!!!!调了一晚上,发现没导入jar包 =_=!
暂时解决了我遇到的问题
要是没出错,又没生成表的记得看下有没导入mysql-connector-java-5.1.-bin.jar这个连接数据库的jar包!!!!调了一晚上,发现没导入jar包 =_=!
2017-06-21
(1)出现错误的同学可以试试把sql的连接写死如下:
<!-- 引入外部的属性文件 (这个注释掉)
<context:property-placeholder location="classpath:jdbc.properties" />
-->
<!-- 配置连接池,例子如下 把${}换成实际例子-->
<property name="driverClass" value="com.mysql.jdbc.Driver" />
然后把下面这句的3改成4
<!-- 引入外部的属性文件 (这个注释掉)
<context:property-placeholder location="classpath:jdbc.properties" />
-->
<!-- 配置连接池,例子如下 把${}换成实际例子-->
<property name="driverClass" value="com.mysql.jdbc.Driver" />
然后把下面这句的3改成4
2017-06-21
最新回答 / 慕标8641556
把 mysql-connector-java-5.1.7-bin.jar 替换为 sqljdbc.jar 再修改驱动属性 改为:com.microsoft.sqlserver.jdbc.SQLServerDriver没验证正确性
2017-06-18
nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'context:property-placeholder'.
2017-06-16
,254 ERROR org.springframework.web.context.ContextLoader:308 - Context initialization failed
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 13 in XML document from class path resource [applicationContext.xml] is invalid;
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 13 in XML document from class path resource [applicationContext.xml] is invalid;
2017-06-16
我用的spring-framework-4.2.4.RELEASE-dist。在applicationContext.xml中怎样配置约束条件。我自己搞得出错了。
2017-06-16
最新回答 / qq_行走江湖
可能是哪块语法错误