I’m trying to use the same class, a class extends play.db.jpa.Model, in rabbitmq and JPA mixed application. But it always failed with rabbitmq exception : Unrecognized field “persistent” when receiving with a class extends from RabbitMQConsumer. Any suggestion?
I’m trying to use the same class, a class extends play.db.jpa.Model, in rabbitmq and
Share
solved, add annotation @JsonIgnoreProperties(ignoreUnknown = true) before the header of that class