spring-boot/spring-boot-samples/spring-boot-sample-actuator
Stephane Nicoll ebffa493e4 Harmonize ConfigurationProperties bean name
When `@EnableConfigurationProperties` is defined, Spring Boot
automatically registers a bean in the context for each class specified
on the annotation. Previously, the name of the bean only included the
prefix which leads to conflict if two different classes use the same
prefix.

This commit changes the bean name structure to be <prefix>-<fqn> where
prefix is the prefix used on the annotation and <fqn> the fully qualified
name of the target class.

Closes gh-4395
2016-02-09 17:19:11 +01:00
..
src Harmonize ConfigurationProperties bean name 2016-02-09 17:19:11 +01:00
build.gradle Move master to 1.4.0.BUILD-SNAPSHOT 2016-01-24 10:45:24 -08:00
pom.xml Move master to 1.4.0.BUILD-SNAPSHOT 2016-01-24 10:45:24 -08:00