Tag: Jersey
-
Spring Boot Application with Jersey Rest End Points
Yesterday I received a requirement to create a JAVA Spring Boot Application with Jersey Rest end-points. Researching on Internet about how to overwrite the SB configuration I founded that it solves with only one dependency! So, here is a little example about how to configure and test (with Mockito and EasyMock) a Jersey end-point in…