Refactor @ConfigurationProperties that only use prefix
See gh-43917 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
This commit is contained in:
committed by
Phillip Webb
parent
7bcdb7d3ee
commit
c1d97ffe16
@@ -32,7 +32,7 @@ import org.springframework.util.StringUtils;
|
||||
* @author Stephane Nicoll
|
||||
* @since 1.3.0
|
||||
*/
|
||||
@ConfigurationProperties(prefix = "spring.devtools")
|
||||
@ConfigurationProperties("spring.devtools")
|
||||
public class DevToolsProperties {
|
||||
|
||||
private final Restart restart = new Restart();
|
||||
|
||||
Reference in New Issue
Block a user