In the context of a controller, the order of action methods defines the order of routes. In the context of the whole application, you can import each controller explicitly to control the order, for example:
Home:
resource: "VendorControllerHomeController"
type: annotation
Security:
resource: "VendorControllerSecurityController"
type: annotation
security.log_out:
pattern: "/logout"
User:
resource: "VendorControllerUserController"
type: annotation
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…