|
|
@ -2712,6 +2712,9 @@ DataSource configuration is controlled by external configuration properties in
|
|
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
----
|
|
|
|
----
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NOTE: You should at least specify the url using the `spring.datasource.url` property or
|
|
|
|
|
|
|
|
Spring Boot will attempt to auto-configure an embedded database.
|
|
|
|
|
|
|
|
|
|
|
|
TIP: You often won't need to specify the `driver-class-name` since Spring boot can deduce
|
|
|
|
TIP: You often won't need to specify the `driver-class-name` since Spring boot can deduce
|
|
|
|
it for most databases from the `url`.
|
|
|
|
it for most databases from the `url`.
|
|
|
|
|
|
|
|
|
|
|
|