spring-boot/spring-boot-docs
Stephane Nicoll d1a4d6958a Document spring.datasource.name
The `spring.datasource.name` property was hidden behind the 'name'
attribute of the Tomcat connection pool (since we are mapping all
datasource implementations on the `spring.datasource` namespace.

This commit replace the injected value by hand with the use of the
regular `DataSourceProperties`. That way, we generate proper meta-data
for it as well.

Closes gh-3755
2015-08-14 14:07:38 +02:00
..
src/main Document spring.datasource.name 2015-08-14 14:07:38 +02:00
pom.xml Next development version 2015-07-01 22:48:01 -07:00