質問編集履歴
1
質問を記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
**Spring JPAで複合主キーを設定して起動するにはどうしたらよいのでしょうか?**
|
2
|
+
|
3
|
+
https://qiita.com/shotana/items/906d0596ce152fe3c6c1を参考にやってみたのですが、できません。
|
4
|
+
QuestionPkcの各フィールドに@Embeddedを付与しても同じエラーで起動できません。
|
5
|
+
どこを修正すればよいのでしょうか?
|
6
|
+
|
1
7
|
```log
|
2
8
|
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
3
9
|
2020-02-25 21:50:26.150 ERROR 12888 --- [ main] o.s.boot.SpringApplication : Application run failed
|