From 0a9992061fa09acb7a21da22328c9ed202463d0e Mon Sep 17 00:00:00 2001 From: Martin Lowe Date: Thu, 2 Jun 2022 11:04:03 -0400 Subject: [PATCH] Remove pagnination from service as it shouldn't be used here --- src/main/resources/application.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index fcd495a..349bb34 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,6 +2,7 @@ quarkus.http.port=8080 quarkus.http.root-path=/geoip +eclipse.pagination.enabled=false eclipse.maxmind.root=/tmp/maxmind eclipse.subnet.ipv4.path=${eclipse.maxmind.root}/db/GeoLite2-Country-Blocks-IPv4.csv @@ -12,4 +13,6 @@ maxmind.database.root=${eclipse.maxmind.root}/bin maxmind.database.country.file=GeoLite2-Country.mmdb maxmind.database.city.file=GeoLite2-City.mmdb -%dev.quarkus.http.port=8090 \ No newline at end of file +%dev.quarkus.http.port=8090 + +%dev.eclipse.maxmind.root=/home/martin/localdev/eclipsefdn-webdev-toolkit/projects-java/geoip-rest-api/maxmind \ No newline at end of file -- GitLab