在spring boot MVC测试中自定义bean

时间:2017-02-03 16:05:54

标签: spring spring-mvc spring-boot spring-test spring-test-mvc

我正在使用Spring-boot 1.4.0.RELEASE。按照

的建议构建了一个MVC int测试

https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-testing.html#boot-features-testing-spring-boot-applications-testing-autoconfigured-mvc-tests

但是,我找不到在那里自定义objectMapper的好方法。在我的生产配置中,我使用@Primary注释了Bean。在那里定义了objectmapper有一些自定义,我真的想在MVC测试中包含该配置。但我找不到一个好方法。

如果有人能在那里发光,那将非常感激

1 个答案:

答案 0 :(得分:0)

使用@TestConfiguration根据您在集成测试中的需要配置您的objectmapper