How is the processing of annotations identified in springboot?

for example, why do you respond to http requests by adding @ Controller annotations?

Mar.31,2021

SpringBoot scans the classes under the Application package, then distinguishes the corresponding functions according to the annotations, and creates the corresponding bean. To be exact, it is not the addition of @ Controller to respond to http requests, but also the need for @ RequestMapping to map uri.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3068b-2b563.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3068b-2b563.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?