小编use*_*129的帖子

Spring Roo Database.properties文件

嗨我无法连接到spring roo项目中的数据库.我的错误是ERROR org.hibernate.util.JDBCExceptionReporter - 没有选择数据库

org.hibernate.exception.GenericJDBCException: could not execute query;
nested exception is javax.persistence.PersistenceException:
org.hibernate.exception.GenericJDBCException: could not execute query
Run Code Online (Sandbox Code Playgroud)

我的Database.properties文件

database.password=test@
database.url=jdbc\:mysql\://yahoo.com:3306
database.username=arv_aaa    
database.schemaNames=ar@1
database.driverClassName=com.mysql.jdbc.Driver
Run Code Online (Sandbox Code Playgroud)

hibernate spring-roo

3
推荐指数
1
解决办法
4718
查看次数

标签 统计

hibernate ×1

spring-roo ×1