Skip to content

Instantly share code, notes, and snippets.

@roshanadh
Created October 21, 2022 17:48
Show Gist options
  • Save roshanadh/1c27fdbc1b1ed0070b84acea8ca4e924 to your computer and use it in GitHub Desktop.
Save roshanadh/1c27fdbc1b1ed0070b84acea8ca4e924 to your computer and use it in GitHub Desktop.
Spring Boot test class
package np.com.roshanadhikary.testdemo;
@SpringBootTest
@AutoConfigureMockMvc
class ApplicationTests {
@Autowired
private MockMvc mockMvc;
@Autowired
private ObjectMapper objectMapper;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment