spring中Order注解 Spring在加載Bean的時候,有用到order注解。 PS:顧名思義,Order是順序,此注解可操作於類、方法、字段,當作用在類時,值越小,則加載的優先級越高! ...