慕粉3135277
2017-04-27 17:13
启动没报错,但是创建不了表
看你编译环境和tomcat的版本是否匹配
<props>
<prop key="hibernate.dialect">org.hibernate.dialect.MySQLDialect</prop>
<prop key="hibernate.show_sql">true</prop>
<prop key="hibernate.format_sql">true</prop>
<prop key="hibernate.hbm2ddl.auto">update</prop>
</props>
全部加上hibernate。我的就是这样解决的
楼主解决了吗?我也是无法创建表
不行啊
在web.xml中加入
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocaion</param-name>
<param-value>classpath:applicationContext.xml</param-value>
</context-param>
基于SSH实现员工管理系统之案例实现篇
50212 学习 · 323 问题
相似问题