Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll
2018-05-28 09:41:41 +02:00
14 changed files with 21 additions and 21 deletions

View File

@@ -24,8 +24,8 @@ import lombok.Setter;
import org.springframework.boot.configurationsample.ConfigurationProperties;
/**
* Configuration properties using lombok @Data on element level and overwriting behaviour
* with @Getter und @Setter at field level.
* Configuration properties using Lombok @Data on element level and overwriting behaviour
* with @Getter and @Setter at field level.
*
* @author Jonas Keßler
*/