Groovy/Grails Ambiguous mapping error with springdoc swagger
This is my controller
package example.infra.adapters.input.api.v1.endpoints
import example.aplication.services.authentication.LoginAuthenticator
import example.aplication.dtos.authentication.CredencialsDTO
import example.aplication.dtos.authentication.AuthenticationTokenDTO
import example.aplication.exceptions.authentication.AuthenticationErrorException
import org.springframework.web.bind.annotation.*
import org.springframework.http.ResponseEntity
import...