1
0

moving the JSonSerializer to a separate package

This commit is contained in:
Michael Hoennig
2019-04-19 07:18:20 +02:00
parent 6ab67995ff
commit f4960f260e
5 changed files with 152 additions and 73 deletions

View File

@@ -22,7 +22,6 @@ import static org.junit.Assert.assertEquals;
@RunWith(SpringRunner.class)
public class CustomerDTOUnitTest {
@Autowired
private ObjectMapper objectMapper;