无法打开JPA EntityManager进行事务处理

时间:2017-03-05 18:32:40

标签: java spring spring-mvc jpa

我正在尝试通过hibernate设置JPA连接,但我不知道我的代码有什么问题。

我的配置:

sass --watch style.scss:style.css

这是我得到的错误:

sass --watch style.scss:style.css --style compressed

1 个答案:

答案 0 :(得分:0)

我认为你将“”设为密码。尝试不调用driverManagerDataSource.setPassword或使用driverManagerDataSource.setPassword(null)

另外,请检查此问题:Mysql Connection with out password using corejava program