質問編集履歴

1

コード修正

2022/02/24 15:49

投稿

tairo5815
tairo5815

スコア0

test CHANGED
File without changes
test CHANGED
@@ -53,7 +53,7 @@
53
53
  [repository]
54
54
  ```java
55
55
  @Repository
56
- public interface SampleRepository extends JpaRepository<Sample,Long>{
56
+ public interface SampleRepository extends JpaRepository<Sample,Integer>{
57
57
 
58
58
  }
59
59
  ```