Test a controller and repository with Spring Boot

preview_player
Показать описание
In this video we will write some test for a controller and a JPA method

Рекомендации по теме
Комментарии
Автор

Nice explanation... Can you do a similar video using Junit 5

RajeshSamson
Автор

What if your repository returns a different type than your controller?

I got this exception:

"Could not write JSON: Null key for a Map not allowed in JSON (use a converting NullKeySerializer?)"

esperanzacutillasrastoll