Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
org.springframework.stereotype;
また
org.springframework.web.servlet.mvc;
私はステレオタイプを使用していましたが、別のオプションがあることに気付きましたか?
org.springframework.stereotype.Controller
注釈です。注釈付きクラスがコントローラーであり、自動検出の候補 (@Component など) であることを示します。これは、使用する注釈です。
org.springframework.web.servlet.mvc.Controller
コントローラーを実装するためのインターフェースです。ほとんどの単純なケースでは、おそらくこれを使用したくないでしょう。