回答編集履歴

1

誤字修正

2024/07/26 12:54

投稿

IT001
IT001

スコア643

test CHANGED
@@ -85,7 +85,7 @@
85
85
  @RequiredArgsConstructor
86
86
  @Controller
87
87
  public class SampleController {
88
- private final Service service;
88
+ private final SomeService service;
89
89
 
90
90
  // コンストラクタが省略できる(つまり、Lombokが下のコードを生成する)
91
91
  // public SampleController(SomeService service) {