This commit is contained in:
Phillip Webb
2016-06-20 20:13:13 -07:00
parent c136054e69
commit 7446235ff4
27 changed files with 343 additions and 263 deletions

View File

@@ -19,8 +19,7 @@ package org.springframework.boot.configurationsample.specific;
import org.springframework.boot.configurationsample.ConfigurationProperties;
/**
* Test that the same type can be registered several times if the prefix is
* different.
* Test that the same type can be registered several times if the prefix is different.
*
* @author Stephane Nicoll
*/