Mysql – Springboot connecting to unknown database
I created a Springboot application using https://start.spring.io/. After adding some initial application properties for spring-data-jpa, the application starts fine however, I do not see any tables created in my local database. To test this further, I provided incorrect credentials in…