Spring Boot - API Documentation
Given the method annotated as:
What will be shown in the generated OpenAPI documentation for this method?
@Operation(summary = "Create user", description = "Creates a new user in the system")
public User createUser(User user) { ... }
What will be shown in the generated OpenAPI documentation for this method?
