Spring Boot - Application Configuration
A developer sets
spring.datasource.url=jdbc:mysql://localhost:3306/db in application.properties but the app fails to connect. What could be a configuration mistake?