質問編集履歴

2

2019/06/19 05:29

投稿

imyme
imyme

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,7 +1,3 @@
1
1
  エラーの意味とその解決方法がわかりません。
2
2
 
3
- ```WARN 7840 --- [ restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.List, at table: order_items, for columns: [org.hibernate.mapping.Column(item_list)]
4
-
5
- ```
6
-
7
- よろしくお願いいたします。
3
+ 解決しました。

1

2019/06/19 05:29

投稿

imyme
imyme

スコア12

test CHANGED
File without changes
test CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  ```WARN 7840 --- [ restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.MappingException: Could not determine type for: java.util.List, at table: order_items, for columns: [org.hibernate.mapping.Column(item_list)]
4
4
 
5
- コード
6
-
7
5
  ```
8
6
 
9
7
  よろしくお願いいたします。