Marker annotation for controllers.
@Controller("/customers")
class CustomerController {
...
}
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueSpecify the path mapping request to the controller.- Default:
""
-