Spring boot geolocation by IP using GeoLite2 database.

Eric Anicet
3 min readSep 14, 2020

In this story, we will show how to get user information (devices, country, city, latitude, longitude) using an IP address.

In a production application, it is important as a user to check which computers, phones, and other devices have recently used your account, to ensure that no one other than you has signed into your account. To improve security, the user must be able…

--

--