@Test
 public void testManyToMany() throws IOException {
   List<ApplicationEntity> applications = applicationRepository.findAll();
   assertThat(applications).isNotNull();
   assertThat(applications).isNotEmpty();
 }