You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java Springboot Weather API By Openweathermap.com service
Detail
This is a weather advanced API services through the Openweathermap site API.
Important: This service is currently available and usable online. You can test the API without compiling. Just use https://demo.hexfa.com instead of http://localhost:8080 and then test the API.
Guide: Once you sign up using your email, the API key (APPID) will be sent to you in a confirmation email. Your API keys can always be found on your account page, where you can also generate additional API keys if needed.
2-Please set your MySql details(Address with port, username, password) and also change API password 111 to make it stronger and use it for "src\main\resources\application.properties" file.
Guide: If you want to change the database name from spring to another, you should change the spring name after the port number in the top file.