? According to the testing guide, if you provide a local port then it should automatically wire it up for you. https://spring.io/guides/gs/testing-web/
For whatever reason that’s not happening.
a
andyb
05/01/2018, 10:13 PM
Not seen that, I tend to use the @AutoConfigureMockMvc or@WebMvcTest so that I Unit Test the Controller classes without actually starting a server.