Spring Boot - Application Configuration
Given this
What will Spring Boot use for the database username?
application.properties snippet:spring.datasource.url=jdbc:mysql://localhost:3306/mydb spring.datasource.username=root spring.datasource.password=pass123
What will Spring Boot use for the database username?
