java - Is @Order(1) considered before a method with no @Order annotation? -
in question when use spring security antmatcher() first answer has 1 class (apiwebsecurityconfigurationadapter
) @order(1)
anotation , class (formloginwebsecurityconfigureradapter
) not annotated @order
, being considered configuration sequencing spring security. method @order(1) considered first spring security context?
Comments
Post a Comment