无法连接数据库架构hibernate,gradle

时间:2017-08-17 11:15:44

标签: java mysql spring hibernate

启动时,我无法让spring boot自动加载我的数据库架构。 我按照这个例子:https://spring.io/guides/gs/accessing-data-mysql/#scratch

这是我的application.properties:

spring.jpa.hibernate.ddl-auto=create
spring.datasource.url=jdbc:mysql://localhost:3306/sakila
spring.datasource.username=root
spring.datasource.password=root1

sakila它是mysql中包含的默认数据库 enter image description here

错误:

Unable to create initial connections of pool

0 个答案:

没有答案