mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Fix ImmutableConfigurationProperties import statement in ref docs
See gh-18548
This commit is contained in:
@@ -849,7 +849,7 @@ The example in the previous section can be rewritten in an immutable fashion as
|
||||
import java.net.InetAddress;
|
||||
import java.util.List;
|
||||
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.boot.context.properties.ImmutableConfigurationProperties;
|
||||
import org.springframework.boot.context.properties.DefaultValue;
|
||||
|
||||
@ImmutableConfigurationProperties("acme")
|
||||
|
||||
Reference in New Issue
Block a user