order(1)里面的1是什么意思
bean加载的优先级
bean加载的顺序
@order,使用注解方式使bean的加载顺序得到控制
@order(value=1)
@order(value=2)
值越小,越先被加载。