Passage taille pages à 2

Springboot
Alix JEUDI--LEMOINE 1 year ago
parent 129338ec9c
commit df08e97866

@ -12,7 +12,7 @@ import java.util.List;
@Configuration
public class ApplicationConfig implements WebMvcConfigurer {
public static final int DEFAULT_PAGEABLE_SIZE = 1;
public static final int DEFAULT_PAGEABLE_SIZE = 2;
@Bean
public ModelMapper modelMapper() {

Loading…
Cancel
Save