Объект POST запроса Spring Boot содержит почти все нулевые поля с классом Avro
#java #spring #spring-boot #avro #java #spring #spring-boot #avro Вопрос: У нас есть следующий простой веб-сервер: package spring; import avro.BatteryEvent; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RestController; import java.io.IOException; import…