Has anyone ever run in to `No Beans of TestRestTem...
# spring
m
Has anyone ever run in to
No Beans of TestRestTemplate found
? 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
Not seen that, I tend to use the @AutoConfigureMockMvc or@WebMvcTest so that I Unit Test the Controller classes without actually starting a server.