mysql-SSH连接数据库时,无法自动创建表,且tomcat无法启动
来源:动视网
责编:小采
时间:2020-11-09 16:37:02
mysql-SSH连接数据库时,无法自动创建表,且tomcat无法启动
mysql-SSH连接数据库时,无法自动创建表,且tomcat无法启动:mysqltomcatjavassh jdbc配置: driverClass=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mydata user=root password=root当数据库中没有mydata表时,无法自动创建,且tomcat启动不了,停留在Initializing Sp
导读mysql-SSH连接数据库时,无法自动创建表,且tomcat无法启动:mysqltomcatjavassh jdbc配置: driverClass=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mydata user=root password=root当数据库中没有mydata表时,无法自动创建,且tomcat启动不了,停留在Initializing Sp

mysqltomcatjavassh
jdbc配置:
driverClass=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/mydata
user=root
password=root
当数据库中没有mydata表时,无法自动创建,且tomcat启动不了,停留在Initializing Spring root WebApplicationContext。如果手动创建mydata表,tomcat可以启动,项目也能运行。hibernate配置:
org.hibernate.dialect.SQLServerDialect org.hibernate.cache.EhCacheRegionFactory true update true
mysql-SSH连接数据库时,无法自动创建表,且tomcat无法启动
mysql-SSH连接数据库时,无法自动创建表,且tomcat无法启动:mysqltomcatjavassh jdbc配置: driverClass=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mydata user=root password=root当数据库中没有mydata表时,无法自动创建,且tomcat启动不了,停留在Initializing Sp