麻煩問下這是什么原因
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invoc
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invoc
2018-06-07
舉報
2018-06-08
沒有配置數據庫方言,在配置文件里加上spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect