Java Spring Boot creating a MySQL database at application startup
I am new in Java Spring. I created the default project by adding dependencies. Now I want the Weather database to be created when the application is launched, if it does not exist on the computer.I am using a mysql…