質問するログイン新規登録

回答編集履歴

1

誤字修正

2021/09/26 13:46

投稿

IT001
IT001

スコア686

answer CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  **@Componentは、ステレオタイプのアノテーションです。**@Repository、@Service、@Controllerに当てはまらないような、一般的なコンポーネントクラスに@Componentを付けます。[Spring公式ドキュメント](https://spring.pleiades.io/spring-framework/docs/current/reference/html/core.html#beans-stereotype-annotations)
20
20
 
21
- 例えば、Spring Bootの起動に何か処理をさせたいとしたら、@ComponentとApplicationRunnerを組み合わせると、初期処理を実現できます。
21
+ 例えば、Spring Bootの起動に何か処理をさせたいとしたら、@ComponentとApplicationRunnerを組み合わせると、初期処理を実現できます。
22
22
 
23
23
  ```java
24
24
  @Component